Skip to content

Commit

Permalink
Enable caching on Travis CI
Browse files Browse the repository at this point in the history
Make sure latest bundler is installed
  • Loading branch information
inukshuk committed Apr 27, 2016
1 parent 7bc34c6 commit dacdf5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: ruby
bundler_args: --without debug extra
sudo: false
cache: bundler
before_install:
- gem install bundler
script: bundle exec rake test_with_coveralls
rvm:
- 2.2
Expand Down

0 comments on commit dacdf5c

Please sign in to comment.