traefik-certs-dumper/.travis.yml
Fernandez Ludovic 1d6b5b8bec Revert "Add multi-arch build script (#21)"
This reverts commit cb9c54f996.
This reverts commit 36835c87f8.
2019-04-28 16:53:30 +02:00

33 lines
597 B
YAML

language: go
go:
- 1.11.x
- 1.x
sudo: false
env:
- GO111MODULE=on
notifications:
email:
on_success: never
on_failure: change
before_install:
# Install linters and misspell
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.15.0
- golangci-lint --version
install:
- echo "TRAVIS_GO_VERSION=$TRAVIS_GO_VERSION"
- go mod download
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.x$