Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CLIMATE-858 - Fix Travis Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jarifibrahim committed Aug 19, 2016
1 parent 28964ae commit 6e4ae04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ language: python
python:
- "2.7"
notifications:
email: false
email: false
install:
- sudo apt-get update
- source easy-ocw/install-ubuntu.sh
- pip install python-coveralls
# Workaround to get travis build working with matplotlib
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- chmod a+x test.sh
- ./test.sh
Expand Down

0 comments on commit 6e4ae04

Please sign in to comment.