Try to fix deploy stage condition

This commit is contained in:
ErickSkrauch 2020-01-06 00:28:31 +03:00
parent 57b7c59929
commit fbfe9f4516

View File

@ -5,7 +5,7 @@ go:
stages:
- test
- name: deploy
if: env(TRAVIS_PULL_REQUEST) = false AND (branch = master OR tag IS present)
if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present)
install:
- go get -u github.com/golang/dep/cmd/dep