Skip to content

Commit fa5d3b6

Browse files
authored
Update .travis.yml
1 parent 782b7a7 commit fa5d3b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
language: go
2-
go_import_path: gopkg.in/oauth2.v3
2+
sudo: false
3+
go_import_path: gopkg.in/oauth2.v3
4+
go:
5+
- 1.6
6+
before_install:
7+
- go get github.com/mattn/goveralls
8+
script:
9+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)