Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Travis config for Capybara 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Jul 13, 2014
1 parent 6cd0348 commit 5b43f53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -12,19 +12,19 @@ env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
include:
- rvm: 1.9.3
gemfile: gemfiles/2.1.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: 1.9.3
gemfile: gemfiles/2.2.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: 1.9.3
gemfile: gemfiles/2.3.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: 1.9.3
gemfile: gemfiles/2.4.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
gemfile:
- gemfiles/2.1.gemfile
- gemfiles/2.2.gemfile
- gemfiles/2.3.gemfile
- gemfiles/2.4.gemfile
before_install:
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update
Expand Down

0 comments on commit 5b43f53

Please sign in to comment.