diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-08 11:02:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 11:02:21 -0500 |
commit | 6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f (patch) | |
tree | 5d45a239609db9f8709618bd0a0bf7c9fed1e6f2 /vendor/github.com/docker/distribution/.travis.yml | |
parent | 119f8bc6c7e56c37f65bdd9671e7a2960ac3f1f1 (diff) | |
parent | 5bcd9134ff0c2e3af740b388da2d91c70dd7456a (diff) | |
download | podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.gz podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.tar.bz2 podman-6ffd59828dd3c58c0927bd715e0a5a7b0c3baf2f.zip |
Merge pull request #13164 from containers/dependabot/go_modules/github.com/docker/distribution-2.8.0incompatible
Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible
Diffstat (limited to 'vendor/github.com/docker/distribution/.travis.yml')
-rw-r--r-- | vendor/github.com/docker/distribution/.travis.yml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/vendor/github.com/docker/distribution/.travis.yml b/vendor/github.com/docker/distribution/.travis.yml deleted file mode 100644 index 44ced6045..000000000 --- a/vendor/github.com/docker/distribution/.travis.yml +++ /dev/null @@ -1,51 +0,0 @@ -dist: trusty -sudo: required -# setup travis so that we can run containers for integration tests -services: - - docker - -language: go - -go: - - "1.11.x" - -go_import_path: github.com/docker/distribution - -addons: - apt: - packages: - - python-minimal - - -env: - - TRAVIS_GOOS=linux DOCKER_BUILDTAGS="include_oss include_gcs" TRAVIS_CGO_ENABLED=1 - -before_install: - - uname -r - - sudo apt-get -q update - -install: - - go get -u github.com/vbatts/git-validation - # TODO: Add enforcement of license - # - go get -u github.com/kunalkushwaha/ltag - - cd $TRAVIS_BUILD_DIR - -script: - - export GOOS=$TRAVIS_GOOS - - export CGO_ENABLED=$TRAVIS_CGO_ENABLED - - DCO_VERBOSITY=-q script/validate/dco - - GOOS=linux script/setup/install-dev-tools - - script/validate/vendor - - go build -i . - - make check - - make build - - make binaries - # Currently takes too long - #- if [ "$GOOS" = "linux" ]; then make test-race ; fi - - if [ "$GOOS" = "linux" ]; then make coverage ; fi - -after_success: - - bash <(curl -s https://codecov.io/bash) -F linux - -before_deploy: - # Run tests with storage driver configurations |