Skip to content

Commit

Permalink
Updates bundler before running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamof committed Jun 28, 2016
1 parent 6f3efde commit 1c396f2
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
Expand Up @@ -5,6 +5,9 @@ rvm:
- 2.2
- 2.3.0

before_install:
- gem install bundler

cache: bundler

script: bundle exec rspec --color

0 comments on commit 1c396f2

Please sign in to comment.