Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ before_install:
- pip install --user cpp-coveralls

# Get test wavefields (2GB, takes some time)
- ./TRAVIS/get_wavefields.sh
- travis_wait 30 ./TRAVIS/get_wavefields.sh
# cd tests/reference_solutions
# tar -xvf test_nonmerged.tar
# tar -xvf test_merged.tar
Expand Down
2 changes: 1 addition & 1 deletion TRAVIS/get_wavefields.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
# Download from gdrive is much faster (50-100MB/s) than from LMU (<10 MB/s),
# but pull requests from other github accounts than seismology will not have
# access to it.
wget https://polybox.ethz.ch/index.php/s/35W6wls9ARpUHiD/download
wget -q https://polybox.ethz.ch/index.php/s/35W6wls9ARpUHiD/download -O kerner_wavefields.tar.bz2
tar -xvf kerner_wavefields.tar.bz2

# if [ $encrypted_50ebf69bd92e_key == "" ]; then
Expand Down