Skip to content

Commit 066fd1d

Browse files
author
Jakub Knejzlik
committed
Fix after_success job
1 parent 24a7e9a commit 066fd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- make build tag push
1212

1313
after_success:
14-
- if [ "${TRAVIS_TAG}" != "" ] && [ "${TRAVIS_GO_VERSION}" == "1.7" ];gox -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}";fi
14+
- if [ "${TRAVIS_TAG}" != "" ] && [ "${TRAVIS_GO_VERSION}" == "1.7" ]; then gox -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}";fi
1515

1616
deploy:
1717
provider: releases

0 commit comments

Comments
 (0)