Skip to content

Commit 3aa959d

Browse files
committed
Merge pull request #1198 from projectblacklight/travis
Update travis build matrix
2 parents 13adda5 + 9e885a1 commit 3aa959d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,26 @@ notifications:
55
email: false
66

77
rvm:
8-
- 2.2.1
8+
- 2.2.2
99

1010
matrix:
1111
include:
12-
- rvm: 2.2.1
12+
- rvm: 2.2.2
1313
env: "RAILS_VERSION=4.0.12"
14-
- rvm: 2.2.1
14+
- rvm: 2.2.2
1515
env: "RAILS_VERSION=4.1.9"
16-
- rvm: 2.1.5
17-
env: "RAILS_VERSION=4.2.0"
18-
- rvm: 2.1.5
16+
- rvm: 2.1.6
1917
env: "RAILS_VERSION=4.2.1"
2018
- rvm: jruby
21-
env: "RAILS_VERSION=4.2.0 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
19+
env: "RAILS_VERSION=4.2.1 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
2220
- rvm: 1.9.3
23-
env: "RAILS_VERSION=4.2.0"
21+
env: "RAILS_VERSION=4.2.1"
2422

2523
before_install:
2624
- gem install bundler
2725

2826
env:
29-
- "RAILS_VERSION=4.2.0"
27+
- "RAILS_VERSION=4.2.1"
3028

3129
notifications:
3230
irc: "irc.freenode.org#blacklight"

0 commit comments

Comments
 (0)