1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26: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

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: