Skip to content

Commit

Permalink
Exclude Rubinius and JRuby with base versions on Travis
Browse files Browse the repository at this point in the history
Setting the DISPLAY variable is not longer done through env, because it
is not part of the build matrix. (If we kept it, we would have to repeat
it in the exclude list.)
  • Loading branch information
joliss committed Jan 26, 2012
1 parent 02ed39a commit 2688099
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ rvm:
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
matrix:
exclude:
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
- gemfile: gemfiles/Gemfile.base-versions
rvm: rbx-18mode
- gemfile: gemfiles/Gemfile.base-versions
rvm: jruby
before_script:
- 'sh -e /etc/init.d/xvfb start'
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
before_install:
- 'git submodule update --init'
env:
- DISPLAY=':99.0'

0 comments on commit 2688099

Please sign in to comment.