Skip to content

Commit 1735c46

Browse files
committed
Merge pull request #1134 from projectblacklight/update_grid
Update Travis build matrix for ruby 2.2.1 and rails 4.1.9
2 parents 028a4a5 + ff5fd5e commit 1735c46

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,25 @@ notifications:
55
email: false
66

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

1010
matrix:
1111
include:
12-
- rvm: 2.1.4
12+
- rvm: 2.2.1
1313
env: "RAILS_VERSION=4.0.12"
14-
- rvm: 2.0.0
15-
env: "RAILS_VERSION=4.1.8"
16-
- rvm: 1.9.3
17-
env: "RAILS_VERSION=4.1.8"
14+
- rvm: 2.2.1
15+
env: "RAILS_VERSION=4.1.9"
16+
- rvm: 2.1.5
17+
env: "RAILS_VERSION=4.2.0"
1818
- rvm: jruby
19-
env: "RAILS_VERSION=4.1.8 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
20-
- rvm: 2.1.4
21-
env: "RAILS_VERSION=4.1.8"
22-
- rvm: 2.2.0
19+
env: "RAILS_VERSION=4.2.0 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
20+
- rvm: 1.9.3
2321
env: "RAILS_VERSION=4.2.0"
2422

2523
before_install:
2624
- gem install bundler
2725

2826
env:
29-
- "RAILS_VERSION=3.2.21"
3027
- "RAILS_VERSION=4.2.0"
3128

3229
notifications:

0 commit comments

Comments
 (0)