mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 23:20:28 +00:00
18 lines
235 B
YAML
18 lines
235 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
install:
|
|
- export GOPATH="$TRAVIS_BUILD_DIR:$GOPATH"
|
|
- go get -d -v
|
|
- go get -d -v yggdrasil
|
|
- for file in *.go ; do go build -v $file; done
|
|
|
|
script:
|
|
- ./yggdrasil -genconf
|