diff options
author | Rutger Broekhoff | 2024-01-02 18:56:31 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-01-02 18:56:31 +0100 |
commit | 8db41da676ac8368ef7c2549d56239a5ff5eedde (patch) | |
tree | 09c427fd66de2ec1ebffc8342f5fdbb84b0701b5 /vendor/github.com/dustin/go-humanize/.travis.yml | |
parent | d4f75fb6db22e57577867445a022227e70958931 (diff) | |
download | gitolfs3-8db41da676ac8368ef7c2549d56239a5ff5eedde.tar.gz gitolfs3-8db41da676ac8368ef7c2549d56239a5ff5eedde.zip |
Delete vendor directory
Diffstat (limited to 'vendor/github.com/dustin/go-humanize/.travis.yml')
-rw-r--r-- | vendor/github.com/dustin/go-humanize/.travis.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/dustin/go-humanize/.travis.yml b/vendor/github.com/dustin/go-humanize/.travis.yml deleted file mode 100644 index ac12e48..0000000 --- a/vendor/github.com/dustin/go-humanize/.travis.yml +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | sudo: false | ||
2 | language: go | ||
3 | go_import_path: github.com/dustin/go-humanize | ||
4 | go: | ||
5 | - 1.13.x | ||
6 | - 1.14.x | ||
7 | - 1.15.x | ||
8 | - 1.16.x | ||
9 | - stable | ||
10 | - master | ||
11 | matrix: | ||
12 | allow_failures: | ||
13 | - go: master | ||
14 | fast_finish: true | ||
15 | install: | ||
16 | - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). | ||
17 | script: | ||
18 | - diff -u <(echo -n) <(gofmt -d -s .) | ||
19 | - go vet . | ||
20 | - go install -v -race ./... | ||
21 | - go test -v -race ./... | ||