mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
update .travis.yml
This commit is contained in:
parent
4fdfaa5ada
commit
3c909a2ae5
|
@ -4,6 +4,8 @@ node_js:
|
|||
- "6"
|
||||
- "4"
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
install: yarn --ignore-engines
|
||||
after_script: npm run coveralls
|
||||
|
|
Loading…
Reference in a new issue