Skip to content

Commit

Permalink
Merge pull request #114 from omniauth/travis
Browse files Browse the repository at this point in the history
Update Travis config
  • Loading branch information
tmilewski committed Dec 28, 2017
2 parents 9a8a197 + 6be6106 commit 01fbfb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
before_install: gem install bundler
bundler_args: --without development
before_install:
- gem update --system
- gem update bundler
cache: bundler
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
Expand All @@ -9,6 +13,7 @@ rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-head
- ruby-head
matrix:
Expand Down

0 comments on commit 01fbfb5

Please sign in to comment.