浏览代码

Improves travis configuration

Manu Mtz-Almeida 10 年之前
父节点
当前提交
042046e1f8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -9,6 +9,8 @@ script:
   - go get golang.org/x/tools/cmd/cover
   - go get golang.org/x/tools/cmd/cover
   - go get github.com/mattn/goveralls
   - go get github.com/mattn/goveralls
   - go test -v -covermode=count -coverprofile=coverage.out
   - go test -v -covermode=count -coverprofile=coverage.out
+
+after_success:
   - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
   - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
 
 
 notifications:
 notifications: