Remove ruby 2.0 from travis build matrix
@ -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
- rvm: 2.2
before_install:
- gem update bundler
@ -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