Browse Source

fix travis

Signed-off-by: 高汝彤 <rutong.grt@alibaba-inc.com>
高汝彤 8 years ago
parent
commit
d5ba60a502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,4 +23,4 @@ script:
   - go vet ./services/...
   - go build ./sdk
   - go build ./services/...
-  - go test alibaba-cloud-sdk-go/sdk/test/simple_test.go
+  - go test ./sdk/test/simple_test.go