We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca1631 commit 5c3e1e3Copy full SHA for 5c3e1e3
1 file changed
.travis.yml
@@ -5,6 +5,15 @@ os:
5
- linux
6
env:
7
- GO111MODULE=on
8
-install: skip
+install: skip
9
script:
10
+ - GO111MODULE=off go get ./... # to populate $GOPATH/src for tests
11
+ - go build ./...
12
- go test ./...
13
+deploy:
14
+- provider: script
15
+ skip_cleanup: true
16
+ script: curl -sL https://git.io/goreleaser | bash
17
+ on:
18
+ tags: true
19
+ condition: $TRAVIS_OS_NAME = linux
0 commit comments