revert after_success

This commit is contained in:
Leo Balter 2017-04-11 14:12:07 -04:00
parent d2ee888bf0
commit 96aa8c77b3
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ script:
- echo The test generation tool should be working. - echo The test generation tool should be working.
- ./tools/generation/test/run.py - ./tools/generation/test/run.py
- sh ./tools/scripts/ci.sh - sh ./tools/scripts/ci.sh
deploy: after_success:
- sh ./tools/scripts/deploy.sh - sh ./tools/scripts/deploy.sh