From 8e05642564506c0fca749cd17d1b9f40ede5d59a Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Thu, 31 Oct 2019 19:45:58 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f8389b8..b94b31f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: