mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 23:20:28 +00:00
commit
40ef1d7125
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user