We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a93de commit 06b61e1Copy full SHA for 06b61e1
.travis.yml
@@ -7,7 +7,7 @@ go:
7
stages:
8
- Tests
9
- name: Deploy
10
- if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present)
+ if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present) AND commit_message !~ /(\[skip deploy\])/
11
12
install:
13
- go get -u github.com/golang/dep/cmd/dep
0 commit comments