We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b005170 + 44f00b3 commit a10d29eCopy full SHA for a10d29e
.travis.yml
@@ -1,3 +1,8 @@
1
language: node_js
2
-node_js:
3
- - "node"
+node_js:
+ - 8
4
+cache:
5
+ directories:
6
+ - node_modules
7
+script:
8
+- npm run test
0 commit comments