Skip to content

Commit a1a7cf1

Browse files
committed
Update travis tests for Rails 5 beta 3 and ruby version 2.2.4 & 2.3.0
1 parent dc0cacb commit a1a7cf1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ language: ruby
22
sudo: false
33
env:
44
- "RAILS_VERSION=4.1.0"
5-
- "RAILS_VERSION=4.2.0"
6-
- "RAILS_VERSION=5.0.0.beta1.1"
5+
- "RAILS_VERSION=4.2.6"
6+
- "RAILS_VERSION=5.0.0.beta3"
77
rvm:
88
- 2.0
99
- 2.1
10-
- 2.2.2
10+
- 2.2.4
11+
- 2.3.0
1112
matrix:
1213
exclude:
1314
- rvm: 2.0
14-
env: "RAILS_VERSION=5.0.0.beta1.1"
15+
env: "RAILS_VERSION=5.0.0.beta3"
1516
- rvm: 2.1
16-
env: "RAILS_VERSION=5.0.0.beta1.1"
17+
env: "RAILS_VERSION=5.0.0.beta3"

0 commit comments

Comments
 (0)