Skip to content

Commit

Permalink
Merge pull request #313 from DEploid-dev/shajoezhu-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
shajoezhu authored Oct 31, 2019
2 parents 7ecc555 + 8e05642 commit 4047719
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ script:
- ./tests/test_binaryReproducible.sh
- if [ $TRAVIS_OS_NAME == linux ]; then cd docs/doxygen; doxygen Doxyfile; cd ../..; fi
- rm -r *
- wget --no-check-certificate https://github.com/DEploid-dev/DEploid/archive/issue309.tar.gz -o /dev/null
- tar -xf issue309.tar.gz
- cd DEploid-issue309
- wget --no-check-certificate https://github.com/DEploid-dev/DEploid/archive/master.tar.gz -o /dev/null
- tar -xf master.tar.gz
- cd DEploid-master
- ./bootstrap
- make; make check
- cd ..; rm -r *
- wget --no-check-certificate https://github.com/DEploid-dev/DEploid/archive/issue309.tar.gz -o /dev/null
- tar -xf issue309.tar.gz
- mv DEploid-issue309/* .
- wget --no-check-certificate https://github.com/DEploid-dev/DEploid/archive/master.tar.gz -o /dev/null
- tar -xf master.tar.gz
- mv DEploid-master/* .
- ./bootstrap
- make; make check
after_success:
Expand Down

0 comments on commit 4047719

Please sign in to comment.