1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00

removed debug line

This commit is contained in:
Carlos Alexandro Becker 2017-01-02 14:33:26 -02:00
parent b6a50fa54c
commit 8a848a98e2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -2,7 +2,6 @@ language: go
go: 1.7.4
install: make setup
script:
- ls $GOPATH/bin
- make ci
after_success: test -n "$TRAVIS_TAG" && go run main.go
notifications: