diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-30 12:34:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 12:34:53 -0400 |
commit | 2a3c70fd9ce72bf619e7ad0bc28e2f0653657649 (patch) | |
tree | b6e5dccb1b769738a61e58838c14d0069d07213f /vendor/github.com/mattn/go-isatty/.travis.yml | |
parent | f313ff46d62dc6a4b58ecc3fc6fb39aafcb49aa3 (diff) | |
parent | 5090920cc0280004965e2f78c822813824c634aa (diff) | |
download | podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.tar.gz podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.tar.bz2 podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.zip |
Merge pull request #11804 from containers/dependabot/go_modules/github.com/mattn/go-isatty-0.0.14
Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14
Diffstat (limited to 'vendor/github.com/mattn/go-isatty/.travis.yml')
-rw-r--r-- | vendor/github.com/mattn/go-isatty/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/mattn/go-isatty/.travis.yml b/vendor/github.com/mattn/go-isatty/.travis.yml deleted file mode 100644 index 604314dd4..000000000 --- a/vendor/github.com/mattn/go-isatty/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: go -sudo: false -go: - - 1.13.x - - tip - -before_install: - - go get -t -v ./... - -script: - - ./go.test.sh - -after_success: - - bash <(curl -s https://codecov.io/bash) |