mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
3270e7a443
* Update go-swagger * vendor
19 lines
263 B
YAML
Vendored
19 lines
263 B
YAML
Vendored
language: go
|
|
|
|
go_import_path: google.golang.org/appengine
|
|
|
|
install:
|
|
- ./travis_install.sh
|
|
|
|
script:
|
|
- ./travis_test.sh
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.9.x
|
|
env: GOAPP=true
|
|
- go: 1.10.x
|
|
env: GOAPP=false
|
|
- go: 1.11.x
|
|
env: GO111MODULE=on
|