5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +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
commit 40ef1d7125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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