File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ language: go
22go :
33 - 1.10.x
44 - 1.11.x
5- - tip
65
76install :
8- - mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers
7+ - mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers $GOPATH/src/github.com/coreos $GOPATH/src/github.com/godbus
98 - cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c84100ede5f4e
9+ - cd $GOPATH/src/github.com/coreos && git clone https://github.com/coreos/go-systemd && cd go-systemd && git checkout 48702e0da86bd25e76cfef347e2adeb434a0d0a6
10+ - cd $GOPATH/src/github.com/godbus && git clone https://github.com/godbus/dbus && cd dbus && git checkout c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
1011 - cd $GOPATH/src/github.com/containerd/cgroups
11- - go get -t ./...
12+ - go get -d - t ./...
1213 - go get -u github.com/vbatts/git-validation
1314 - go get -u github.com/kunalkushwaha/ltag
1415
You can’t perform that action at this time.
0 commit comments