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:
parent
a5297ae319
commit
44e7b31616
1 changed files with 10 additions and 10 deletions
20
.travis.yml
20
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue