5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Remove TravisCI

This commit is contained in:
Neil Alexander 2018-03-10 23:48:14 +00:00
parent 1aa35beb55
commit 72e20412d0
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -1,6 +1,5 @@
# 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
)](https://circleci.com/gh/yggdrasil-network/yggdrasil-go)