Skip to content

Commit

Permalink
Add before_install to install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
neilslater committed May 10, 2016
1 parent 20c1461 commit 6a740ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
before_install:
- gem install bundler
rvm:
- "1.9.3"
- "2.0.0"
Expand All @@ -8,4 +10,3 @@ rvm:
- "2.2.0"
- jruby-19mode
- jruby
- "rbx-2.2.9"

0 comments on commit 6a740ca

Please sign in to comment.