Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Oct 5, 2018
1 parent b6a1aef commit 9601ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ before_install:
- chmod +x $HOME/miniconda.sh
- $HOME/miniconda.sh -b -f -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- wget ftp://ftp.nersc.no/nansat/test_data/generic/S1A_EW_GRDM_1SDH_20161005T142446_20161005T142546_013356_0154D8_C3EC.SAFE.tif
- wget ftp://ftp.nersc.no/nansat/test_data/generic/S1B_EW_GRDM_1SDH_20161005T101835_20161005T101935_002370_004016_FBF1.SAFE.tif
- wget https://github.com/nansencenter/sea_ice_drift_test_files/blob/master/S1A_EW_GRDM_1SDH_20161005T142446_20161005T142546_013356_0154D8_C3EC.SAFE.tif?raw=true -O S1A_EW_GRDM_1SDH_20161005T142446_20161005T142546_013356_0154D8_C3EC.SAFE.tif
- wget https://github.com/nansencenter/sea_ice_drift_test_files/blob/master/S1B_EW_GRDM_1SDH_20161005T101835_20161005T101935_002370_004016_FBF1.SAFE.tif?raw=true -O S1B_EW_GRDM_1SDH_20161005T101835_20161005T101935_002370_004016_FBF1.SAFE.tif
- export ICE_DRIFT_TEST_DATA_DIR=./

install:
Expand Down

0 comments on commit 9601ae9

Please sign in to comment.