This commit is contained in:
Chris Lu
2016-06-02 18:15:54 -07:00
parent 5ce6bbf076
commit a6e948840d
3 changed files with 5 additions and 5 deletions

View File

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