Browse Source

Enhance travis build matrix for supported Ruby and Rails versions

Also enables fast_finish
master
Ryan McGeary 7 years ago
parent
commit
bf37c45ccb
  1. 11
      .travis.yml

11
.travis.yml

@ -1,22 +1,21 @@
language: ruby
env:
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=4.2"
- "RAILS_VERSION=5.1"
- "RAILS_VERSION=master"
rvm:
- 2.1
- 2.2
- 2.3.1
- 2.3.6
- 2.4.3
- 2.5.0
matrix:
fast_finish: true
allow_failures:
- env: "RAILS_VERSION=master"
exclude:
- rvm: 2.1
env: RAILS_VERSION=master
- rvm: 2.2
env: RAILS_VERSION=master

Loading…
Cancel
Save