From 02a50a81e31d61fde75f77abab13b6636aaa2e3d Mon Sep 17 00:00:00 2001 From: Benjamin Foote Date: Wed, 30 Jan 2019 17:08:40 -0800 Subject: [PATCH] travis just test, docker just build --- .travis.yml | 2 +- Dockerfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab04a2c6..553749ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: script: - ./do.sh build - ./do.sh test - - docker build -t $TRAVIS_REPO_SLUG . +# - docker build -t $TRAVIS_REPO_SLUG . #deploy: # - provider: script diff --git a/Dockerfile b/Dockerfile index 82684788..9847df0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,6 @@ COPY . . RUN ./do.sh goget RUN ./do.sh gobuildstatic # see `do.sh` for vouch-proxy build details RUN ./do.sh install -## test but don't fail the build for now -RUN ./do.sh test || true FROM scratch LABEL maintainer="vouch@bnf.net"