We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0823052 commit 09529baCopy full SHA for 09529ba
.travis.yml
@@ -0,0 +1,17 @@
1
+sudo: false
2
+language: node_js
3
+env:
4
+ - FORCE_COLOR=true
5
+cache:
6
+ directories:
7
+ - ~/.npm
8
+notifications:
9
+ email: false
10
+node_js: "8"
11
+install: npm install
12
+script:
13
+ - npm run test
14
+ - npm run lint
15
+after_success: kcd-scripts travis-after-success
16
+branches:
17
+ only: master
package.json
@@ -30,4 +30,4 @@
30
"node": ">=0.10.0"
31
},
32
"license": "ISC"
33
-}
+}
0 commit comments