1 parent c8bfe9f commit 159d489Copy full SHA for 159d489
2 files changed
.travis.yml
@@ -1 +1,9 @@
1
+sudo: required
2
+dist: trusty
3
language: node_js
4
+node_js:
5
+ - node
6
+script:
7
+ - npm run ci
8
+notifications:
9
+ email: false
package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint ./src/*",
- "test": "jest"
+ "test": "jest",
+ "ci": "npm run lint && npm run test"
10
},
11
"repository": {
12
"type": "git",
0 commit comments