summaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/cgroups/.travis.yml
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-06-19 11:21:27 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-06-26 13:17:03 +0200
commitd841d088a45c6a661e6dab2fd14eea74993154f5 (patch)
tree321534a2cdea3d9cd24b579ef294f6e96836a180 /vendor/github.com/containerd/cgroups/.travis.yml
parent72cf0c81e86435c1c8daed9bff183b20d6bc400c (diff)
downloadpodman-d841d088a45c6a661e6dab2fd14eea74993154f5.tar.gz
podman-d841d088a45c6a661e6dab2fd14eea74993154f5.tar.bz2
podman-d841d088a45c6a661e6dab2fd14eea74993154f5.zip
vendor: drop github.com/containerd/cgroups
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'vendor/github.com/containerd/cgroups/.travis.yml')
-rw-r--r--vendor/github.com/containerd/cgroups/.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/github.com/containerd/cgroups/.travis.yml b/vendor/github.com/containerd/cgroups/.travis.yml
deleted file mode 100644
index 98eaf8dda..000000000
--- a/vendor/github.com/containerd/cgroups/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-language: go
-go:
- - 1.11.x
- - 1.12.x
-
-go_import_path: github.com/containerd/cgroups
-
-install:
- - mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers $GOPATH/src/github.com/coreos $GOPATH/src/github.com/godbus
- - cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c84100ede5f4e
- - cd $GOPATH/src/github.com/coreos && git clone https://github.com/coreos/go-systemd && cd go-systemd && git checkout 48702e0da86bd25e76cfef347e2adeb434a0d0a6
- - cd $GOPATH/src/github.com/godbus && git clone https://github.com/godbus/dbus && cd dbus && git checkout c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
- - cd $GOPATH/src/github.com/containerd/cgroups
- - go get -d -t ./...
- - go get -u github.com/vbatts/git-validation
- - go get -u github.com/kunalkushwaha/ltag
-
-before_script:
- - pushd ..; git clone https://github.com/containerd/project; popd
-
-script:
- - DCO_VERBOSITY=-q ../project/script/validate/dco
- - ../project/script/validate/fileheader ../project/
- - go test -race -coverprofile=coverage.txt -covermode=atomic
-
-after_success:
- - bash <(curl -s https://codecov.io/bash)