mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
debug
This commit is contained in:
parent
e166976731
commit
abffee6c25
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user