Merge pull request #152 from tomochain/travis

update .travis.yml
This commit is contained in:
Tuna 2018-08-21 10:27:51 +07:00 committed by GitHub
commit 83328a3072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,11 +88,11 @@ stages:
- name: Lint
- name: Build and test
- name: Github release
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
if: type != pull_request AND branch = master AND tag IS present AND repo = tomochain/tomochain
- name: Build and push untagged commit into image tomochain
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain
- name: Build and push tagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
if: type != pull_request AND branch = master AND tag IS present AND repo = tomochain/tomochain
notifications:
slack: