summaryrefslogtreecommitdiff
path: root/vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml')
-rw-r--r--vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml b/vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml
new file mode 100644
index 000000000..4180c8dcb
--- /dev/null
+++ b/vendor/code.superseriousbusiness.org/oauth2/v4/.travis.yml
@@ -0,0 +1,13 @@
+language: go
+sudo: false
+go_import_path: github.com/go-oauth2/oauth2/v4
+go:
+ - 1.13
+before_install:
+ - go get -t -v ./...
+
+script:
+ - chmod +x ./go.test.sh && ./go.test.sh
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash) \ No newline at end of file