Repository: climate Updated Branches: refs/heads/master 7e53612bd -> 653bec552
CLIMATE-858 - Fix Travis Build Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6e4ae047 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6e4ae047 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6e4ae047 Branch: refs/heads/master Commit: 6e4ae04771eb43f2a4aa86b569897734c56b6ac4 Parents: 28964ae Author: Ibrahim Jarif <jarifibra...@gmail.com> Authored: Fri Aug 19 18:57:28 2016 +0530 Committer: Ibrahim Jarif <jarifibra...@gmail.com> Committed: Fri Aug 19 18:57:28 2016 +0530 ---------------------------------------------------------------------- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/6e4ae047/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 360dd7b..209ad29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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