summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/monaco-io/request/.travis.yml
blob: abc795511fd89512145ed537dc51ce4a7a73c71c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go

go:
  - 1.14.x
  - tip

sudo: false

before_install:
  - go get -t -v ./...

script:
  - go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
  - bash <(curl -s https://codecov.io/bash) -t 6cf6f7ab-26e6-429c-ac44-f0ad85c1e586