mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 03:40:28 +00:00
Fix .travis.yml for these builds
This commit is contained in:
parent
d02250c94d
commit
b57491656b
@ -9,6 +9,7 @@ os:
|
||||
|
||||
install:
|
||||
- export GOPATH="$TRAVIS_BUILD_DIR:$GOPATH"
|
||||
- go get -d -v
|
||||
- go get -d -v yggdrasil
|
||||
- for file in *.go ; do go build -v $file; done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user