Speed up TravisCI builds using cache, Ref. #46

This commit is contained in:
ziajka
2018-03-29 13:50:40 +02:00
parent bdbbc0a3f4
commit 31527f8ab6

View File

@ -6,6 +6,8 @@ node_js:
# Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524 # Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524
sudo: required sudo: required
cache: yarn
addons: addons:
apt: apt:
sources: sources:
@ -37,7 +39,6 @@ before_install:
before_script: before_script:
- yarn
# greenkeeper-lockfile support # greenkeeper-lockfile support
- greenkeeper-lockfile-update - greenkeeper-lockfile-update
- npm install -g codecov - npm install -g codecov