1 2 3 4 5 6 7 8 9 10
sudo: false language: go go: - 1.2 - tip install: go get -t ./... script: go test -v -short ./...