mirror of
https://github.com/rancher/os.git
synced 2025-10-19 22:42:35 +00:00
10 lines
113 B
YAML
10 lines
113 B
YAML
language: go
|
|
matrix:
|
|
include:
|
|
- go: 1.5
|
|
env: GO15VENDOREXPERIMENT=1
|
|
- go: 1.6
|
|
|
|
script:
|
|
- ./test
|