aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandr Razumov <ernado@ya.ru>2014-07-21 09:21:16 +0400
committerAleksandr Razumov <ernado@ya.ru>2014-07-21 09:21:16 +0400
commit34ccb4f6c99cb73f87c28e25590466845e8cfa2e (patch)
tree79fa17f9be71a3dcd1a36439cac2a47ec1fd9d81
parente5a5dbde40294824764149cb4fb4777ab82bad43 (diff)
downloadseaweedfs-34ccb4f6c99cb73f87c28e25590466845e8cfa2e.tar.xz
seaweedfs-34ccb4f6c99cb73f87c28e25590466845e8cfa2e.zip
Update .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 80641807b..a6f8b8815 100644
--- a/.travis.yml
+++ b/.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/...