mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Speed up TravisCI builds using cache, Ref. #46
This commit is contained in:
parent
bdbbc0a3f4
commit
31527f8ab6
@ -6,6 +6,8 @@ node_js:
|
||||
# Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524
|
||||
sudo: required
|
||||
|
||||
cache: yarn
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -37,7 +39,6 @@ before_install:
|
||||
|
||||
|
||||
before_script:
|
||||
- yarn
|
||||
# greenkeeper-lockfile support
|
||||
- greenkeeper-lockfile-update
|
||||
- npm install -g codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user