Skip to content

Commit

Permalink
Update Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema committed Mar 14, 2019
1 parent 2c1eb75 commit 30770bd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
language: go
go:
- 1.11.x
- 1.12.x
os:
- linux
- osx
- windows
env:
- GO111MODULE=on
script:
- go build
- go test ./...
# - go build
# - go test ./...
- go version

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 30770bd

Please sign in to comment.