language: go
go:
- 1.4
- tip
branches:
only:
- master
install:
- go get github.com/tools/godep
script:
- make test testrace