Skip to content

Commit

Permalink
Update .travis.yml for faster runs
Browse files Browse the repository at this point in the history
The --retry is default on Travis now.
Use Travis container for faster tests.
Cache Bundler downloads.
  • Loading branch information
jc00ke committed Feb 3, 2015
1 parent b19a7a7 commit 123f300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
Expand Down

0 comments on commit 123f300

Please sign in to comment.