Skip to content

Commit b469592

Browse files
authored
Update .travis.yml
1 parent 7f52a4b commit b469592

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ node_js:
77
env:
88
- CXX=g++-4.8
99
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

Comments
 (0)