Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Download big test wavefields from LMU again.
(always takes a lot of time
  • Loading branch information
sstaehler committed Jan 17, 2017
1 parent 3ab32ce commit 97616a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -41,9 +41,9 @@ before_install:
fi
- pip install --user cpp-coveralls
# # Get test wavefields (2GB, takes some time)
# - wget https://www.geophysik.uni-muenchen.de/~staehler/kerner_wavefields.tar.bz2
# - tar -xvf kerner_wavefields.tar.bz2
# Get test wavefields (2GB, takes some time)
- wget https://www.geophysik.uni-muenchen.de/~staehler/kerner_wavefields.tar.bz2
- tar -xvf kerner_wavefields.tar.bz2
# - git lfs pull
# - |
# cd tests/reference_solutions
Expand Down

0 comments on commit 97616a2

Please sign in to comment.