зеркало из https://github.com/golang/dep.git
add .travis.yml
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Родитель
0c0d9a6d96
Коммит
d69f29fedf
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
language: go
|
||||
sudo: false
|
||||
notifications:
|
||||
email: false
|
||||
os:
|
||||
- linux
|
||||
go:
|
||||
- 1.7
|
||||
- tip
|
||||
install:
|
||||
- echo "This is an override of the default install deps step in travis."
|
||||
script:
|
||||
- go build -v
|
||||
- go vet $(go list ./... | grep -v vendor)
|
||||
- test -z "$(gofmt -s -l . |& grep -v vendor | tee /dev/stderr)"
|
||||
- go test $(go list ./... | grep -v vendor)
|
Загрузка…
Ссылка в новой задаче