5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-20 00:12:33 +00:00
yggdrasil-go/.travis.yml

18 lines
235 B
YAML
Raw Normal View History

2018-02-02 22:33:44 +00:00
language: go
go:
- 1.9.x
os:
- linux
- osx
install:
- export GOPATH="$TRAVIS_BUILD_DIR:$GOPATH"
2018-02-16 14:21:57 +00:00
- go get -d -v
2018-02-02 22:33:44 +00:00
- go get -d -v yggdrasil
- for file in *.go ; do go build -v $file; done
script:
- ./yggdrasil -genconf