зеркало из https://github.com/microsoft/Burrow.git
12 строки
267 B
YAML
12 строки
267 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.6.2
|
||
|
- 1.5.4
|
||
|
- 1.4.3
|
||
|
before_script:
|
||
|
- go vet ./...
|
||
|
install:
|
||
|
# Add Godeps dependencies to GOPATH and PATH
|
||
|
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
||
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|