Skip to content

Commit 3cd0be9

Browse files
committed
Update rails 5.1 and Ruby 2.3.4
Rails 4.2.8 now supports ruby 2.4
1 parent 00ffaf5 commit 3cd0be9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.7"
4+
- "RAILS_VERSION=4.2.8"
55
- "RAILS_VERSION=5.0.2"
6+
- "RAILS_VERSION=5.1.0"
67
- "RAILS_VERSION=master"
78
rvm:
89
- 2.1.10
9-
- 2.2.6
10-
- 2.3.3
10+
- 2.2.7
11+
- 2.3.4
1112
- 2.4.1
1213
matrix:
1314
exclude:
1415
- rvm: 2.1.10
1516
env: "RAILS_VERSION=5.0.2"
16-
- rvm: 2.4.1
17-
env: "RAILS_VERSION=4.2.7"
17+
- rvm: 2.1.10
18+
env: "RAILS_VERSION=5.1.0"
1819
allow_failures:
1920
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)