Merge pull request #764 from jfryman/3flex/travis-bundler-caching

travis: enable bundler caching in builds
This commit is contained in:
Matthew Haughton 2016-02-05 12:55:16 -05:00
commit b8f2cfaeb6

View file

@ -5,6 +5,7 @@ branches:
- gh-pages
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
bundler_args: --without rake
matrix: