Skip to content

Commit

Permalink
Update .travis.yaml (#151)
Browse files Browse the repository at this point in the history
* Update travis.yaml

* Update travis.yaml

* Update travis.yaml

* Update travis.yaml

* Update travis.yaml
  • Loading branch information
JohnNiang authored May 10, 2019
1 parent 0ce5247 commit 4c339ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ stages:
- test
- build
- name: build-docker-image-for-release
if: branch = master AND tag IS present
if: tag =~ /^v\d+\.\d+(\.\d+)?(-release)?$/
- name: build-docker-image-for-dev
if: branch = dev AND tag IS present
if: tag =~ /^v\d+\.\d+(\.\d+)?-(beta|alpha)+(\.\d+)?$/
branches:
only:
- master
- dev
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
notifications:
webhooks:
- https://fathomless-fjord-24024.herokuapp.com/notify

0 comments on commit 4c339ab

Please sign in to comment.