Update .travis.yml
This commit is contained in:
parent
7f52a4b38a
commit
b469592db8
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ node_js:
|
|||
env:
|
||||
- CXX=g++-4.8
|
||||
cache: yarn
|
||||
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue