Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Skip tests for deployment of dedicated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Jun 28, 2018
1 parent 4c9233b commit 1735b1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ after_success:
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
docker push humanconnection/api-feathers:alpha;
fi

after_script:
- if [ $TRAVIS_BRANCH == "untested_deployment" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
docker push humanconnection/api-feathers:alpha;
fi

0 comments on commit 1735b1c

Please sign in to comment.