Skip to content

Commit

Permalink
Update Travis builds
Browse files Browse the repository at this point in the history
* Test Capybara 2.2 and 2.3 compatibility on all platforms.
* Drop support for Capybara 2.0.
* Only test Qt 5 on 1.9.3. The C implementation is the same for all Ruby
  versions, so there's no need to test against all platforms.
  • Loading branch information
mhoran authored and youpy committed Jul 22, 2014
1 parent f689828 commit 3d93d2c
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .travis.yml
@@ -1,28 +1,30 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
notifications:
email: false
script: xvfb-run rake
env:
global:
- BUNDLE_JOBS=4
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
exclude:
include:
- rvm: 1.9.3
gemfile: gemfiles/2.0.gemfile
gemfile: gemfiles/2.1.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: 2.0.0
gemfile: gemfiles/2.0.gemfile
- rvm: 1.9.3
gemfile: gemfiles/2.2.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: jruby-19mode
gemfile: gemfiles/2.0.gemfile
- rvm: 1.9.3
gemfile: gemfiles/2.3.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
notifications:
email: false
script: xvfb-run rake
env:
- QMAKE=/usr/bin/qmake
- QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
gemfile:
- gemfiles/2.0.gemfile
- gemfiles/2.1.gemfile
- gemfiles/2.2.gemfile
- gemfiles/2.3.gemfile
before_install:
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update
Expand Down

0 comments on commit 3d93d2c

Please sign in to comment.