1
0
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:
Carlos Alexandro Becker 2017-01-21 19:24:22 -02:00
commit b24c4ebdfe
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
dist/
vendor
goreleaser
.glide/

View File

@ -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