1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00

Update .travis.yml

This commit is contained in:
Aleksandr Razumov 2014-07-21 09:21:16 +04:00
parent e5a5dbde40
commit 34ccb4f6c9

View file

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