Browse Source

fix syntax error of travis config

hangzws 6 năm trước cách đây
mục cha
commit
b233b4072b
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -14,9 +14,9 @@ install:
   ; fi
 script:
 - if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then
-    cd oss
-    travis_wait 30 go test -v -covermode=count -coverprofile=coverage.out -timeout=30m
-    $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
+    cd oss;
+    travis_wait 30 go test -v -covermode=count -coverprofile=coverage.out -timeout=30m;
+    $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci;
   fi
 env:
   global: