From 0b3eb04f0fe80ddcc6721fc5929c1cd9477d02ee Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Tue, 16 Jun 2020 12:24:15 -0400 Subject: [PATCH] Skips install step. Moves deploy to script step --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4ffc0d..25371e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,10 @@ python: services: - docker -install: - - bash deploy.sh sartography/cr-connect-python-base +install: skip + +script: + - bash ./deploy.sh sartography/cr-connect-python-base notifications: email: