1
0
Fork 0
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:
nkzawa 2016-12-28 18:21:35 +09:00
parent 4fdfaa5ada
commit 3c909a2ae5

View file

@ -4,6 +4,8 @@ node_js:
- "6"
- "4"
cache:
yarn: true
directories:
- node_modules
install: yarn --ignore-engines
after_script: npm run coveralls