We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455c051 commit 44f00b3Copy full SHA for 44f00b3
.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