1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-01-02 14:19:03 -02:00
parent e166976731
commit abffee6c25
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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