Updating travis

This commit is contained in:
Sarah Jamie Lewis 2016-11-08 14:14:57 -08:00
parent cfc7dc243c
commit 00b636bf9d
1 changed files with 16 additions and 0 deletions

View File

@ -3,3 +3,19 @@ go:
- 1.7
- tip
sudo: true
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:
- cd $TRAVIS_BUILD_DIR && ./tests.sh
- test -z "$GOFMT"
- goveralls -coverprofile=./coverage.out -service travis-ci