Skip to content

Commit

Permalink
travis just test, docker just build
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Jan 31, 2019
1 parent 273c740 commit 02a50a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02a50a8

Please sign in to comment.