Skip to content

Commit

Permalink
Update Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema authored and Frank Martinez committed Apr 22, 2020
1 parent dca1631 commit 5c3e1e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ os:
- linux
env:
- GO111MODULE=on
install: skip
install: skip
script:
- GO111MODULE=off go get ./... # to populate $GOPATH/src for tests
- go build ./...
- go test ./...
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 5c3e1e3

Please sign in to comment.