mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 13:00:47 +00:00
Remove TravisCI
This commit is contained in:
parent
1aa35beb55
commit
72e20412d0
17
.travis.yml
17
.travis.yml
@ -1,17 +0,0 @@
|
|||||||
language: go
|
|
||||||
|
|
||||||
go:
|
|
||||||
- 1.9.x
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./yggdrasil -genconf
|
|
@ -1,6 +1,5 @@
|
|||||||
# Yggdrasil
|
# Yggdrasil
|
||||||
|
|
||||||
[![Travis CI](https://api.travis-ci.org/yggdrasil-network/yggdrasil-go.svg?branch=master)](https://travis-ci.org/yggdrasil-network/yggdrasil-go)
|
|
||||||
[![CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go.svg?style=shield&circle-token=:circle-token
|
[![CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go.svg?style=shield&circle-token=:circle-token
|
||||||
)](https://circleci.com/gh/yggdrasil-network/yggdrasil-go)
|
)](https://circleci.com/gh/yggdrasil-network/yggdrasil-go)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user