Skip to content

Commit

Permalink
Use newest bundler in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Dec 28, 2015
1 parent f3d9cf9 commit 254c680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ rvm:
- 2.0.0
- 2.1
- 2.2

install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"

env:
-
- ACTION_MAILER_VERSION=3.0.0
Expand Down

0 comments on commit 254c680

Please sign in to comment.