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:
parent
3c909a2ae5
commit
b0eb0ea353
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue