Browse Source

update .travis.yml

pull/279/head
tnextday 10 years ago
parent
commit
aa7be92e3d
  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 ./weed/...
script:
- go test ./go/...
- go test ./weed/...
Loading…
Cancel
Save