1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

travis: Add builds for go 1.13.x

This commit is contained in:
Indradhanush Gupta 2019-09-14 16:13:27 +05:30
parent 4c3abf5aca
commit e9c6f904b2

View File

@ -2,6 +2,7 @@ language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
sudo: false
before_install:
# Make sure travis builds work for forks
@ -11,4 +12,4 @@ before_install:
- cd $HOME/gopath/src/github.com/wtfutil/wtf
- export GOPROXY="https://gocenter.io" && export GO111MODULE=on
script: go get ./... && go test -v github.com/wtfutil/wtf/...
script: go get ./... && go test -v github.com/wtfutil/wtf/...