Skip to content
Snippets Groups Projects
Unverified Commit 55a422b5 authored by takt's avatar takt Committed by GitHub
Browse files

Merge pull request #157 from bio-routing/circleci

Finally remove Travis CI
parents 0046cb75 072e4994
Branches
Tags
No related merge requests found
......@@ -17,4 +17,6 @@ jobs:
- run: go get github.com/mattn/goveralls
- run: go test -v -cover -coverprofile=coverage.out ./...
- run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- run: go install github.com/bio-routing/bio-rd
- run: go install github.com/bio-routing/bio-rd/examples/bgp
- run: go install github.com/bio-routing/bio-rd/examples/bmp
- run: go install github.com/bio-routing/bio-rd/examples/netlink
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- wget
- pkg-config
- zip
- g++
- zlib1g-dev
- unzip
- python
language: go
go:
- 1.11.1
script:
- mkdir -p $HOME/gopath/src/github.com/bio-routing/
- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true
- cd $HOME/gopath/src/github.com/bio-routing/bio-rd
- go test -v -cover -coverprofile=coverage.out ./...
- go install github.com/bio-routing/bio-rd/vendor/github.com/q3k/goveralls/
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -merge=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment