Update .travis.yml

This commit is contained in:
Andrea Cavalli 2020-08-18 18:36:22 +02:00
parent 437d30add7
commit 931a24c377

View File

@ -35,11 +35,11 @@ deploy:
script: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
./travis/linux.sh;
bash -e travis/linux.sh;
fi
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
./travis/win.sh;
bash -e travis/win.sh;
fi
./travis/deploy_master.sh
bash -e travis/deploy_master.sh