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"