From 804f3f1b8d6d44ab322c09199b74cfb4f44946b5 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Tue, 16 Jun 2020 12:23:26 -0400 Subject: [PATCH] Skips install step. Moves deploy to script step --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a524846..3efe029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ language: bash services: - docker -install: +install: skip + +script: - bash deploy.sh sartography/cr-connect-db notifications: @@ -12,4 +14,3 @@ notifications: on_failure: always recipients: - dan@sartography.com -