Просмотр исходного кода

fix syntax error of travis config

hangzws 6 лет назад
Родитель
Сommit
b233b4072b
1 измененных файлов с 3 добавлено и 3 удалено
  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: