Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exclude option in travis-ci against rails4 #361

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add env to exclude list
  • Loading branch information
sanemat committed May 3, 2013
commit 058eb57726979a8048b0ac2d88312f8a6472cb3c
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ matrix:
# Rails4 requires Ruby >= 1.9.3
- rvm: 1.8.7
gemfile: gemfiles/rails4.gemfile
env: JRUBY_OPTS='--1.9'
- rvm: 1.9.2
gemfile: gemfiles/rails4.gemfile
env: JRUBY_OPTS='--1.9'
- rvm: ree
gemfile: gemfiles/rails4.gemfile
env: JRUBY_OPTS='--1.9'
- rvm: rbx
gemfile: gemfiles/rails4.gemfile
env: JRUBY_OPTS='--1.9'
- rvm: rbx-18mode
gemfile: gemfiles/rails4.gemfile
env: JRUBY_OPTS='--1.9'
branches:
only:
- master
Expand Down