Browse Source

Merge pull request #85 from sbc100/remove_ruby_2_0

Remove ruby 2.0 from travis build matrix
master
Moncef Belyamani 9 years ago
parent
commit
ccbf832b78
  1. 8
      .travis.yml
  2. 2
      README.md

8
.travis.yml

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

2
README.md

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

Loading…
Cancel
Save