2017-10-17 19:50:27 -03:00
|
|
|
language: go
|
|
|
|
|
|
2018-07-12 13:19:04 -04:00
|
|
|
go_import_path: google.golang.org/appengine
|
2017-10-17 19:50:27 -03:00
|
|
|
|
|
|
|
|
install:
|
2018-12-05 13:27:09 -03:00
|
|
|
- ./travis_install.sh
|
2017-10-17 19:50:27 -03:00
|
|
|
|
|
|
|
|
script:
|
2018-12-05 13:27:09 -03: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
|