mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
Merge remote-tracking branch 'origin/master' into readme
This commit is contained in:
commit
b24c4ebdfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
dist/
|
||||
vendor
|
||||
goreleaser
|
||||
.glide/
|
||||
|
@ -3,6 +3,8 @@ go: 1.7.4
|
||||
install: make setup
|
||||
script:
|
||||
- make ci
|
||||
after_success: test -n "$TRAVIS_TAG" && go run main.go
|
||||
after_success:
|
||||
- git status
|
||||
- test -n "$TRAVIS_TAG" && go run main.go
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user