go-ricochet/.travis.yml

22 lines
438 B
YAML
Raw Permalink Normal View History

language: go
go:
- 1.7
- tip
sudo: true
2016-11-08 23:14:57 +01: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
script:
2017-05-03 01:33:51 +02:00
- cd $TRAVIS_BUILD_DIR && ./testing/tests.sh
2016-11-08 23:14:57 +01:00
- test -z "$GOFMT"
- goveralls -coverprofile=./coverage.out -service travis-ci