We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbe235 + fa5d3b6 commit fd43f93Copy full SHA for fd43f93
.travis.yml
@@ -1,2 +1,9 @@
1
language: go
2
-go_import_path: gopkg.in/oauth2.v3
+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