Browse Source

update .travis.yml

Yasuhiro Matsumoto 8 năm trước cách đây
mục cha
commit
e5d7412aa7
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -1,8 +1,10 @@
 language: go
 go:
   - tip
-
 sudo: false
 
+before_install:
+  - go get github.com/mattn/goveralls
+  - go get golang.org/x/tools/cmd/cover
 script:
- - go test -v
+  - $HOME/gopath/bin/goveralls -repotoken xnXqRGwgW3SXIguzxf90ZSK1GPYZPaGrw