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 7f52a4b commit b469592Copy full SHA for b469592
.travis.yml
@@ -7,3 +7,7 @@ node_js:
7
env:
8
- CXX=g++-4.8
9
cache: yarn
10
+
11
+before_install:
12
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
13
+ - export PATH="$HOME/.yarn/bin:$PATH"
0 commit comments