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:
parent
4c3abf5aca
commit
e9c6f904b2
@ -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/...
|
||||
|
Loading…
x
Reference in New Issue
Block a user