language: go go: - 1.3 - 1.4.1 - tip before_install: - export PATH=/home/travis/gopath/bin:$PATH install: - go get ./go/... script: - go test ./go/...