1language: go
2
3go_import_path: google.golang.org/appengine
4
5install:
6  - ./travis_install.sh
7
8script:
9  - ./travis_test.sh
10
11matrix:
12  include:
13    - go: 1.8.x
14      env: GOAPP=true
15    - go: 1.9.x
16      env: GOAPP=true
17    - go: 1.10.x
18      env: GOAPP=false
19    - go: 1.11.x
20      env: GO111MODULE=on
21