mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Add .travis.yml
This commit is contained in:
parent
2dd8152a0c
commit
e667617533
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