Skip to content

Commit eb0250c

Browse files
committedApr 10, 2016
chore: add travis config
1 parent 16baa9b commit eb0250c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- stable
4+
before_install: npm install -g npm@latest

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"scripts": {
18-
"test": "make test"
18+
"test": "make lint test"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)