Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
freeze bundler in travis
  • Loading branch information
Fivell committed Dec 17, 2015
1 parent 99d9190 commit aa06dbb
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,3 +6,7 @@ rvm:
- 2.2.0
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.2.10
before_install:
- gem install bundler -v '= 1.9.3'
- gem update --system
- gem --version

0 comments on commit aa06dbb

Please sign in to comment.