Encerra o travis caso haja erro no building ou apontamento para a nova versão

master
CaioWzy 2020-10-31 20:27:31 -03:00
parent 582e57ed6c
commit fa8ddc5a9d
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ before_deploy:
export BEFORE_DEPLOY_RUN=1;
openssl aes-256-cbc -K $encrypted_094982294358_key -iv $encrypted_094982294358_iv
-in burlesco-pkcs8-key.pem.enc -out burlesco-pkcs8-key.pem -d
make build;
bash scripts/gen-gh-pages.sh;
make build || travis_terminate 1;
bash scripts/gen-gh-pages.sh || travis_terminate 1;
fi
deploy:
- provider: releases