mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
9 lines
148 B
YAML
9 lines
148 B
YAML
language: go
|
|
go: 1.7.4
|
|
install: make setup
|
|
script:
|
|
- make ci
|
|
after_success: test -n "$TRAVIS_TAG" && go run main.go
|
|
notifications:
|
|
email: false
|