Skip to content

Commit f37dd10

Browse files
committed
Update Travis testing to latest versions
1 parent 306e96e commit f37dd10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.10"
5-
- "RAILS_VERSION=5.0.7"
6-
- "RAILS_VERSION=5.1.6"
7-
- "RAILS_VERSION=5.2.1"
4+
- "RAILS_VERSION=4.2.11"
5+
- "RAILS_VERSION=5.0.7.1"
6+
- "RAILS_VERSION=5.1.6.1"
7+
- "RAILS_VERSION=5.2.2"
88
- "RAILS_VERSION=master"
99
rvm:
10-
- 2.3.7
11-
- 2.4.4
12-
- 2.5.1
10+
- 2.3.8
11+
- 2.4.5
12+
- 2.5.3
1313
matrix:
1414
allow_failures:
1515
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)