Skip to content

Commit

Permalink
Merge pull request #71 from lauranjansen/travis-update
Browse files Browse the repository at this point in the history
Update bundler and ruby versions for Travis CI
  • Loading branch information
lauranjansen committed Feb 18, 2016
2 parents 6f90bbc + a9a802e commit 92750b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
rvm:
- 2.1.3
- 2.3.0
- 2.2.4
- 2.1.8
- 2.0.0
- 1.9.3
- jruby-19mode
before_install:
- gem update --system
- gem update bundler
install: "bundle install"

0 comments on commit 92750b6

Please sign in to comment.