1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

fix install script of .travis.yml

This commit is contained in:
nkzawa 2016-12-28 18:32:20 +09:00
parent 3c909a2ae5
commit b0eb0ea353

View file

@ -7,5 +7,8 @@ cache:
yarn: true
directories:
- node_modules
install: yarn --ignore-engines
install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn --ignore-engines
after_script: npm run coveralls