1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00
activerecord-hackery--ransack/.travis.yml
jonatack 24b2738055 Remove Rails 4-0-0 tests from travis-ci
The 4-0-0 branch no longer exists in the Rails repo.
2013-07-02 11:36:46 +02:00

23 lines
330 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
- rbx-18mode
- ruby-head
env:
- RAILS=4-0-stable
- RAILS=3-2-stable
- RAILS=3-1-stable
- RAILS=3-0-stable
matrix:
exclude:
- rvm: 1.8.7
env: RAILS=4-0-stable
- rvm: ree
env: RAILS=4-0-stable
- rvm: rbx-18mode
env: RAILS=4-0-stable