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 language: go
sudo: false
matrix: go:
include: - "1.x"
- go: "1.10.x" - "1.11.x"
script: go test -v ./...
- go: "1.11.x"
script: go test -v -mod=vendor ./...
go_import_path: willnorris.com/go/imageproxy go_import_path: willnorris.com/go/imageproxy
env: cache:
- GO111MODULE=on directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
install: true env:
global:
- GO111MODULE=on