Skip to content

Commit 038a5a4

Browse files
committed
Use Travis "trusty" build and wildcard Ruby versions.
1 parent 8a12a78 commit 038a5a4

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.5
8-
- 2.3.1
9-
- jruby
10-
- rbx
11-
gemfile:
12-
- Gemfile
13-
- Gemfile-pure
14-
env:
15-
global:
16-
- CI=true
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- jruby-9
11+
- rbx-3
1712
cache: bundler
1813
sudo: false
1914
matrix:
2015
allow_failures:
21-
- rvm: rbx
22-
- rvm: jruby
16+
- rvm: jruby-9
17+
- rvm: rbx-3
18+
dist: trusty

0 commit comments

Comments
 (0)