mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-30 13:10:42 +00:00
Update travis: use parallel bundle install and cache dependencies
This commit is contained in:
parent
6a4a64714c
commit
c9b6532e7e
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
bundler_args: ''
|
||||
install: bundle install --without development --deployment --jobs=3 --retry=3
|
||||
cache:
|
||||
directories:
|
||||
- vendor/bundle
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
|
||||
|
|
Loading…
Reference in a new issue