Skip to content

Commit

Permalink
Test on latest ruby only and cache bundler.
Browse files Browse the repository at this point in the history
Travis originally runs in 1.9.3, which conflicts with the byebug gem. We don't
really care about 1.9.3 since it has reached it's end of life.
  • Loading branch information
Blaž Hrastnik committed Jun 13, 2015
1 parent 18cacc6 commit 23a2856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: ruby
rvm:
- 2.2.2
cache: bundler
before_install:
- gem install bundler

0 comments on commit 23a2856

Please sign in to comment.