Skip to content

Commit

Permalink
Merge pull request #347 from cdwort/fix_travis_again
Browse files Browse the repository at this point in the history
Address Travis issues with Bundler failures
  • Loading branch information
cdwort committed Jan 17, 2016
2 parents ad202a0 + b080118 commit fda541a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ rvm:
- 2.0
- 2.1

before_install:
- gem update --system
- gem update bundler

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down

0 comments on commit fda541a

Please sign in to comment.