ソースを参照

Correct TravisCI .yml file.

Dave Collins 11 年 前
コミット
053ad9b77a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,4 +8,4 @@ after_success:
     - go get -v github.com/mattn/goveralls
     - export PATH=$PATH:$HOME/gopath/bin
     - cd ./spew
-    - goveralls coverprofile=profile.cov -service=travis-ci
+    - goveralls -coverprofile=profile.cov -service=travis-ci