Skip to content

Commit

Permalink
Install Capybara version that passes on 1.9.2+ for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Apr 12, 2013
1 parent c137e50 commit acb5ed2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,6 +1,12 @@
rvm:
- 1.9.2
- 1.9.3
before_install:
- gem update --system
# Capybara 2.1.0 requires 1.9.3+ so we install a version that works with
# every Ruby version we test against. This can be removed if we stop testing
# against 1.9.2.
- gem install capybara -v '< 2.1.0'
branches:
only:
- master

0 comments on commit acb5ed2

Please sign in to comment.