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 025563c commit 142d7b1Copy full SHA for 142d7b1
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
cache:
3
- yarn: true
4
directories:
5
- node_modules
6
node_js:
7
- "7"
8
- "6"
+install: npm install
9
after_success:
10
- npm run coverall
0 commit comments