Update .travis.yml

This commit is contained in:
Max Wu 2017-09-27 22:26:03 +08:00 committed by GitHub
parent 7f52a4b38a
commit b469592db8
1 changed files with 4 additions and 0 deletions

View File

@ -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"