Skip to content

Commit

Permalink
Merge pull request #36 from jchodera/master
Browse files Browse the repository at this point in the history
Fix travis failures
  • Loading branch information
jchodera committed Mar 30, 2016
2 parents 4c7c152 + bc1e156 commit 1bf5b88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ branches:
install:
- source devtools/travis-ci/install.sh
- export PYTHONUNBUFFERED=true

before_script:
# Mimic X display
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- conda config --add channels omnia
Expand Down

0 comments on commit 1bf5b88

Please sign in to comment.