1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00
This commit is contained in:
Carlos Alexandro Becker
2017-01-02 14:19:03 -02:00
parent e166976731
commit abffee6c25
+6 -3
View File
@@ -1,8 +1,11 @@
language: go
go: 1.7.4
install: make setup
script: make ci
after_success:
test -n "$TRAVIS_TAG" && go run main.go
script:
- echo $PATH
- echo $GOPATH
- ls $GOPATH/bin
- make ci
after_success: test -n "$TRAVIS_TAG" && go run main.go
notifications:
email: false