summaryrefslogtreecommitdiff
path: root/vendor/github.com/superseriousbusiness/oauth2/v4/.travis.yml
blob: 4180c8dcbb1c8ad7f06aeb26499a80cf024c00b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)