5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-12 23:20:28 +00:00

Merge pull request #58 from neilalexander/travisci

Remove TravisCI
This commit is contained in:
Neil Alexander 2018-03-10 23:52:42 +00:00 committed by GitHub
commit a385d5579c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)