Skip to content

Commit

Permalink
Merge pull request #28 from dtaniwaki/fix-travis-ci-error
Browse files Browse the repository at this point in the history
Use newest bundler in travis CI
  • Loading branch information
dtaniwaki committed Dec 29, 2015
2 parents e043ede + 5074ec5 commit d5499f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ rvm:
- 2.1
- 2.2

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

env:
-
- RACK_VERSION=1.1.0
Expand Down

0 comments on commit d5499f0

Please sign in to comment.