synchronization
This commit is contained in:
14
gpushare-scheduler-extender/.travis.yml
Normal file
14
gpushare-scheduler-extender/.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
|
||||
go_import_path: github.com/AliyunContainerService/gpushare-scheduler-extender
|
||||
|
||||
# let us have speedy Docker-based Travis workers
|
||||
sudo: false
|
||||
|
||||
script:
|
||||
- go build -o gpushare-sche-extender cmd/*.go
|
||||
- go vet ./...
|
||||
- go test ./...
|
Reference in New Issue
Block a user