We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a2128 commit 08f545bCopy full SHA for 08f545b
.travis.yml
@@ -1,7 +1,10 @@
1
language: node_js
2
+#cache:
3
+# directories:
4
+# - node_modules
5
node_js:
6
- "7"
7
- "6"
-install: npm install
8
+#install: npm install
9
after_success:
10
- npm run coverall
0 commit comments