Skip to content

Commit 18e6f17

Browse files
author
Tom Johnson
committed
Add ruby-head to build
Build `ruby-head` and allow failures.
1 parent fa03b0f commit 18e6f17

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4+
cache: bundler
5+
sudo: false
6+
dist: trusty
7+
48
env:
59
- CI=true RACK_VERSION=1.6
610
- CI=true RACK_VERSION=2.0
11+
712
rvm:
813
- 2.2
914
- 2.3
1015
- 2.4
16+
- ruby-head
1117
- jruby-9
1218
- rbx-3
13-
cache: bundler
14-
sudo: false
19+
1520
matrix:
1621
allow_failures:
1722
- rvm: jruby-9
1823
- rvm: rbx-3
19-
dist: trusty
24+
- rvm: ruby-head

0 commit comments

Comments
 (0)