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 9d3d8aa commit 7b59050Copy full SHA for 7b59050
.travis.yml
@@ -1,3 +1,10 @@
1
language: node_js
2
node_js:
3
- "4"
4
+install:
5
+ - npm -g install yarn
6
+ - yarn
7
+cache:
8
+ directories:
9
+ - ~/.yarn
10
+ - ~/.nvm
0 commit comments