From 96aa8c77b33ef734d486fece1cf00fb373785e2c Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Tue, 11 Apr 2017 14:12:07 -0400 Subject: [PATCH] revert after_success --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b669f0b6af..a1d8222430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ script: - echo The test generation tool should be working. - ./tools/generation/test/run.py - sh ./tools/scripts/ci.sh -deploy: +after_success: - sh ./tools/scripts/deploy.sh