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