0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-01-06 22:40:34 -05:00

travis: build as module with latest go versions

This commit is contained in:
Will Norris 2019-03-22 07:40:42 +00:00
parent a5297ae319
commit 44e7b31616

View file

@ -1,16 +1,16 @@
language: go
sudo: false
matrix:
include:
- go: "1.10.x"
script: go test -v ./...
- go: "1.11.x"
script: go test -v -mod=vendor ./...
go:
- "1.x"
- "1.11.x"
go_import_path: willnorris.com/go/imageproxy
env:
- GO111MODULE=on
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
install: true
env:
global:
- GO111MODULE=on