未验证 提交 4c339ab7 编写于 作者: J John Niang 提交者: GitHub

Update .travis.yaml (#151)

* Update travis.yaml

* Update travis.yaml

* Update travis.yaml

* Update travis.yaml

* Update travis.yaml
上级 0ce5247c
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册