From 263989920f8c529810649bdc601606f2d71afbd3 Mon Sep 17 00:00:00 2001 From: jaskaran Date: Fri, 26 Jun 2020 14:46:52 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fb8723..ec01209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ jobs: - go vet ./... - go test -v ./... - stage: "Build and Push Docker Image" - script:Z + script: - docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" . - echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin - docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"