mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-29 22:05:12 +02:00
uprade to Go version 1.8
This is needed for upcoming dependencies for Google Cloud Storage support.
This commit is contained in:
parent
817908938e
commit
fcb6465a29
2 changed files with 2 additions and 5 deletions
|
|
@ -1,13 +1,10 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5
|
||||
- 1.8
|
||||
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
||||
install:
|
||||
- mkdir -p "$GOPATH/src/willnorris.com/go"
|
||||
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/willnorris.com/go/imageproxy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue