Skip to content

Commit

Permalink
moved test data out. cleaned up large files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Wala committed Sep 29, 2016
1 parent 9993263 commit 60c4d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.scripts/coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ then
sudo pip install cpp-coveralls
fi
cd seq_test

## download the test data
mkdir test_data
cd test_data
wget -r -nH -nd -np -R index.html* https://data.broadinstitute.org/snowman/SeqLibTest/
cd ..

export LD_LIBRARY_PATH=${BOOST_ROOT}/lib:${LD_LIBRARY_PATH}
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
Expand Down

0 comments on commit 60c4d55

Please sign in to comment.