Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Fix Travis build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinner committed Apr 6, 2018
1 parent 8fdd3ca commit 91845b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,5 +1,5 @@
dist: trusty
sudo: required
sudo: false # Use the new travis docker based infrastructure

git:
# We need a deeper depth for 'git descibe' to ensure
Expand All @@ -21,14 +21,16 @@ install:
- conda env create -q --force -f .travis/environment.yml
- source activate datacube-qgis
- export PYTHONPATH=$CONDA_PREFIX/share/qgis/python/plugins/processing:$CONDA_PREFIX/share/qgis/python:$PYTHONPATH

# Useful for debugging any issues with conda
- conda info -a

# Check disk usage
# - df -h
# - df -i
- df -h
- df -i

script:
- export QT_QPA_PLATFORM=offscreen
- make test

before_deploy:
Expand Down

0 comments on commit 91845b7

Please sign in to comment.