We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ffaf5 commit 3cd0be9Copy full SHA for 3cd0be9
.travis.yml
@@ -1,19 +1,20 @@
1
language: ruby
2
sudo: false
3
env:
4
- - "RAILS_VERSION=4.2.7"
+ - "RAILS_VERSION=4.2.8"
5
- "RAILS_VERSION=5.0.2"
6
+ - "RAILS_VERSION=5.1.0"
7
- "RAILS_VERSION=master"
8
rvm:
9
- 2.1.10
- - 2.2.6
10
- - 2.3.3
+ - 2.2.7
11
+ - 2.3.4
12
- 2.4.1
13
matrix:
14
exclude:
15
- rvm: 2.1.10
16
env: "RAILS_VERSION=5.0.2"
- - rvm: 2.4.1
17
- env: "RAILS_VERSION=4.2.7"
+ - rvm: 2.1.10
18
+ env: "RAILS_VERSION=5.1.0"
19
allow_failures:
20
- env: "RAILS_VERSION=master"
0 commit comments