Skip to content

Commit

Permalink
Remove deploy step from test
Browse files Browse the repository at this point in the history
  • Loading branch information
crswty committed Nov 5, 2019
1 parent e8b72b8 commit 9237cbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
name: "All Tests"
script:
- docker run -v "$TRAVIS_BUILD_DIR":/postfacto postfacto/dev:2.6.3-12.6.0 /bin/bash -c "cd /postfacto && npm config set user 0 && npm config set unsafe-perm true && ./deps.sh && EPHEMERAL_CONTAINER=true ./test.sh"
deploy:
- provider: script
script: bash $TRAVIS_BUILD_DIR/docker/ci-push $TRAVIS_TAG
skip_cleanup: true
on:
tags: true
- stage: "Package"
- name: "Build & Deploy Docker"
script:
Expand Down

0 comments on commit 9237cbd

Please sign in to comment.