Skip to content

Commit ab9ec0e

Browse files
committed
Add go-systemd dep for CI testing
The underlying package changed and we need to depend on a specific version now for testing with the CI Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 0e94a83 commit ab9ec0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ language: go
22
go:
33
- 1.10.x
44
- 1.11.x
5-
- tip
65

76
install:
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

0 commit comments

Comments
 (0)