libricochet-go/.travis.yml

22 lines
468 B
YAML
Raw Normal View History

language: go
go:
- tip
sudo: true
2016-11-08 22:14:57 +00:00
notifications:
email:
recipients:
- me@sarahjamielewis.com
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get golang.org/x/net/proxy
- go get github.com/golang/protobuf/proto
2018-05-09 19:40:07 +00:00
- go get github.com/yawning/bulb/
2016-11-08 22:14:57 +00:00
script:
2017-05-02 23:33:51 +00:00
- cd $TRAVIS_BUILD_DIR && ./testing/tests.sh
2016-11-08 22:14:57 +00:00
- test -z "$GOFMT"
- goveralls -coverprofile=./coverage.out -service travis-ci