Merge pull request #764 from jfryman/3flex/travis-bundler-caching
travis: enable bundler caching in builds
This commit is contained in:
commit
b8f2cfaeb6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ branches:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||||
bundler_args: --without rake
|
bundler_args: --without rake
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue