Skip to content

Commit

Permalink
travis: fix TravisCI network issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Mar 28, 2018
1 parent 83cd823 commit 68273cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python:
- "3.6"

before_install:
- mkdir -p $HOME/.local/share/pysap
- wget -r -l 0 -t 20 ftp://ftp.cea.fr/pub/unati/nsap/pysap/datasets/* -nH --cut-dirs=5 -P $HOME/.local/share/pysap
- sudo apt-get update
- sudo updatedb
- if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then
Expand Down

0 comments on commit 68273cf

Please sign in to comment.