Browse Source

Remove ruby 2.0 from travis build martix

The latest version of devise requires ruby >= 2.1.
This change removes 2.0 from the test matrix and adds 2.3.
master
Sam Clegg 9 years ago
parent
commit
f6ac2177cc
  1. 8
      .travis.yml
  2. 2
      README.md

8
.travis.yml

@ -8,18 +8,18 @@ env:
- "RAILS_VERSION=master"
rvm:
- 2.0
- 2.1
- 2.2.2
- 2.2
- 2.3.1
matrix:
allow_failures:
- env: "RAILS_VERSION=master"
exclude:
- rvm: 2.0
env: RAILS_VERSION=master
- rvm: 2.1
env: RAILS_VERSION=master
- rvm: 2.2
env: RAILS_VERSION=master
before_install:
- gem update bundler

2
README.md

@ -24,7 +24,7 @@ Once that's done, run:
bundle install
Note that Ruby 2.0 or greater is required.
Note that Ruby 2.1 or greater is required.
### Installation

Loading…
Cancel
Save