Skip to content

Commit 6be6106

Browse files
committed
Update Travis config
1 parent 9a8a197 commit 6be6106

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
before_install: gem install bundler
1+
bundler_args: --without development
2+
before_install:
3+
- gem update --system
4+
- gem update bundler
5+
cache: bundler
26
env:
37
global:
48
- JRUBY_OPTS="$JRUBY_OPTS --debug"
@@ -9,6 +13,7 @@ rvm:
913
- 2.2.9
1014
- 2.3.6
1115
- 2.4.3
16+
- 2.5.0
1217
- jruby-head
1318
- ruby-head
1419
matrix:

0 commit comments

Comments
 (0)