Browse Source

Update .travis.yml

pull/2/head
Aleksandr Razumov 11 years ago
parent
commit
34ccb4f6c9
  1. 4
      .travis.yml

4
.travis.yml

@ -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/...
Loading…
Cancel
Save