Skip to content

Commit

Permalink
Add 4.1.0 betas to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Jan 5, 2014
1 parent 321f29a commit 72bdf1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ rvm:
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="4-0-stable"
- ACTIVE_RECORD_VERSION="~> 4.1.0.beta1"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
Expand All @@ -21,6 +22,7 @@ matrix:
- rvm: jruby-19mode
- env: ACTIVE_RECORD_BRANCH="master"
- 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 72bdf1f

Please sign in to comment.