language: go
go:
- 1.4.3
- 1.5.4
- 1.6.1
install:
- go get -v -t ./...
- go get golang.org/x/tools/cmd/cover
script:
- ./test
notifications:
email: false