Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Drops 1.9.2, adds 2.1.0 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Feb 1, 2014
1 parent fbd116a commit f3da7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.0"
gemfile:
- gemfiles/rails23.gemfile
- gemfiles/rails30.gemfile
Expand All @@ -20,12 +20,12 @@ after_script:
- ./rebund/run upload
matrix:
exclude:
- rvm: 2.1.0
gemfile: gemfiles/rails23.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails23.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails40.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails40.gemfile
before_script:
- psql -c 'create database fuzzily_test;' -U postgres
- mysql -e 'create database fuzzily_test;'
Expand Down

0 comments on commit f3da7fa

Please sign in to comment.