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 33fd71a commit 70f7a55Copy full SHA for 70f7a55
.travis.yml
@@ -1,8 +1,9 @@
1
+cache: yarn
2
language: node_js
3
node_js:
4
- '4.7.2'
5
- '6.9.4'
6
- '7.4.0'
7
script:
- - npm run lint
8
- - npm test
+ - yarn run lint
9
+ - yarn test
0 commit comments