Skip to content

Commit

Permalink
Update gems and bundler on Travis before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Feb 15, 2016
1 parent 1fe9ddc commit affa771
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ rvm:
- 2.1.6
- 2.2.2
- jruby-19mode
script: bundle exec rake spec
script: bundle exec rake spec
before_install:
- gem update --system
- gem install bundler

0 comments on commit affa771

Please sign in to comment.