4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-10 12:36:28 +00:00

Merge pull request #10 from neilalexander/master

Add .travis.yml
This commit is contained in:
Arceliar
2018-02-02 19:20:39 -06:00
committed by GitHub

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: go
go:
- 1.9.x
os:
- linux
- osx
install:
- export GOPATH="$TRAVIS_BUILD_DIR:$GOPATH"
- go get -d -v yggdrasil
- for file in *.go ; do go build -v $file; done
script:
- ./yggdrasil -genconf