@ -9,7 +9,7 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go get go/...
- go get ./go/...
script:
- go test go/...
- go test ./go/...