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

Merge pull request #635 from indradhanush/feature/add-support-go-1.13

travis: Add builds for go 1.13.x
This commit is contained in:
Chris Cummer
2019-09-15 15:44:39 -07:00
committed by GitHub

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/...