Skip to content

Commit eb0250c

Browse files
committed
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)