Skip to content

Commit 15e51ae

Browse files
committed
Use Travis "trusty" build and wildcard Ruby versions.
1 parent 7aa6b98 commit 15e51ae

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.6
8-
- 2.3.3
9-
- 2.4.0
10-
- jruby
11-
- rbx
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- jruby-9
11+
- rbx-3
1212
cache: bundler
1313
sudo: false
1414
matrix:
1515
allow_failures:
16-
- rvm: jruby
17-
- rvm: rbx
16+
- rvm: jruby-9
17+
- rvm: rbx-3
18+
dist: trusty

0 commit comments

Comments
 (0)