Skip to content

Commit

Permalink
Add Rails 4.1 to Travis build
Browse files Browse the repository at this point in the history
Also add 4-1-stable branch and allow failures.
  • Loading branch information
Grant Hutchins and Nora Lin committed Apr 10, 2014
1 parent 06aadc5 commit 646dec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ rvm:

env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="4-1-stable"
- ACTIVE_RECORD_BRANCH="4-0-stable"
- ACTIVE_RECORD_VERSION="~> 4.1.0.beta1"
- ACTIVE_RECORD_VERSION="~> 4.1.0"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
Expand All @@ -20,8 +21,8 @@ matrix:
- rvm: 2.1.0
- rvm: jruby-19mode
- env: ACTIVE_RECORD_BRANCH="master"
- env: ACTIVE_RECORD_BRANCH="4-1-stable"
- env: ACTIVE_RECORD_BRANCH="4-0-stable"
- env: ACTIVE_RECORD_VERSION="~> 4.1.0.beta1"

before_script:
- "psql -c 'create database pg_search_test;' -U postgres >/dev/null"
Expand Down

0 comments on commit 646dec6

Please sign in to comment.