Skip to content

Commit

Permalink
Merge pull request #96 from rspec/use-bundler-caching
Browse files Browse the repository at this point in the history
Update travis build.
  • Loading branch information
myronmarston committed Dec 18, 2014
2 parents ad30aba + e8ed6a2 commit 25496ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/.travis.yml
@@ -1,5 +1,6 @@
language: ruby
sudo: false
cache: bundler
before_install:
- "script/clone_all_rspec_repos"
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
Expand All @@ -18,6 +19,7 @@ rvm:
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2
- ruby-head
- ree
- jruby-18mode
Expand All @@ -32,4 +34,5 @@ matrix:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx
- rvm: 2.2
fast_finish: true

0 comments on commit 25496ab

Please sign in to comment.