Merge pull request #4092 from bogdanvlviv/patch-5

Update .travis.yml
This commit is contained in:
Lucas Mazza
2016-05-06 22:11:57 -03:00

View File

@@ -1,9 +1,10 @@
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
- 2.1.9
- 2.2.5
- 2.3.1
- ruby-head
gemfile:
- Gemfile
@@ -13,10 +14,13 @@ gemfile:
matrix:
exclude:
- rvm: 2.1.8
- rvm: 2.1.9
gemfile: gemfiles/Gemfile.rails-5.0-beta
- env: DEVISE_ORM=mongoid
gemfile: gemfiles/Gemfile.rails-5.0-beta
allow_failures:
- rvm: ruby-head
fast_finish: true
services:
- mongodb