Skip to content

Commit 83e759c

Browse files
authored
Merge pull request #849 from mrloop/travis_add_rails_master
Add rails master to travis CI, allow failures
2 parents 1da5346 + 24bf3fc commit 83e759c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
env:
44
- "RAILS_VERSION=4.2.6"
55
- "RAILS_VERSION=5.0.0"
6+
- "RAILS_VERSION=master"
67
rvm:
78
- 2.1
89
- 2.2.4
@@ -12,4 +13,6 @@ matrix:
1213
- rvm: 2.0
1314
env: "RAILS_VERSION=5.0.0"
1415
- rvm: 2.1
15-
env: "RAILS_VERSION=5.0.0"
16+
env: "RAILS_VERSION=5.0.0"
17+
allow_failures:
18+
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)