Skip to content

Commit 30413d7

Browse files
committed
travis
1 parent 94be016 commit 30413d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
language: go
22

3+
sudo: false
34
go:
4-
- 1.12.x
5+
- tip
6+
before_install:
7+
- go get github.com/mattn/goveralls
8+
script:
9+
- $GOPATH/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)