We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruby-head
1 parent fa03b0f commit 18e6f17Copy full SHA for 18e6f17
.travis.yml
@@ -1,19 +1,24 @@
1
language: ruby
2
bundler_args: --without debug
3
script: "bundle exec rspec spec"
4
+cache: bundler
5
+sudo: false
6
+dist: trusty
7
+
8
env:
9
- CI=true RACK_VERSION=1.6
10
- CI=true RACK_VERSION=2.0
11
12
rvm:
13
- 2.2
14
- 2.3
15
- 2.4
16
+ - ruby-head
17
- jruby-9
18
- rbx-3
-cache: bundler
-sudo: false
19
20
matrix:
21
allow_failures:
22
- rvm: jruby-9
23
- rvm: rbx-3
-dist: trusty
24
+ - rvm: ruby-head
0 commit comments