Skip to content

Commit

Permalink
Merge pull request prawnpdf#926 from prawnpdf/bundler-bump
Browse files Browse the repository at this point in the history
Install latest bundler before bundling the build
  • Loading branch information
packetmonkey committed Dec 18, 2015
2 parents 72b2632 + 195310d commit 18c3d47
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
language: ruby
before_install:
- gem install bundler
- bundle --version
rvm:
- 2.0
- 2.1
- 2.2
- 2.0.0-p0
- 2.0.0-p648
- 2.1.0-p0
- 2.1.8
- 2.2.0-p0
- 2.2.4
- rbx-2
- jruby
env:
JRUBY_OPTS=--2.0
- jruby-9.0.4.0
matrix:
include:
- rvm: jruby-1.7.22
env: JRUBY_ORTS=--2.0
allow_failures:
- rvm: rbx-2

0 comments on commit 18c3d47

Please sign in to comment.