2018-10-24 13:15:06 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go_import_path: google.golang.org/appengine
|
|
|
|
|
|
|
|
install:
|
2019-04-10 17:47:25 +00:00
|
|
|
- ./travis_install.sh
|
2018-10-24 13:15:06 +00:00
|
|
|
|
|
|
|
script:
|
2019-04-10 17:47:25 +00:00
|
|
|
- ./travis_test.sh
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- go: 1.8.x
|
|
|
|
env: GOAPP=true
|
|
|
|
- go: 1.9.x
|
|
|
|
env: GOAPP=true
|
|
|
|
- go: 1.10.x
|
|
|
|
env: GOAPP=false
|
|
|
|
- go: 1.11.x
|
|
|
|
env: GO111MODULE=on
|