From 9b08e922ccdbb6d2adc81961512dad06f44b2895 Mon Sep 17 00:00:00 2001 From: Cody Burns Date: Mon, 31 Dec 2018 17:53:37 -0600 Subject: [PATCH] Update .travis.yml rm docker push --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d1cb09..b4b4081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,3 @@ install: script: - cd contracts && truffle compile --all && cd .. - npm run test - - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - - docker build -t bcrd/etc-public-works:$TRAVIS_BRANCH . - - docker push bcrd/etc-public-works:$TRAVIS_BRANCH