Newer
Older
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- wget
- pkg-config
- zip
- g++
- zlib1g-dev
- unzip
- python
- 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