We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0769763 + 5e84069 commit 0cff074Copy full SHA for 0cff074
1 file changed
.travis.yml
@@ -1,4 +1,4 @@
1
-dist: trusty
+dist: xenial
2
sudo: required
3
# setup travis so that we can run containers for integration tests
4
services:
@@ -25,6 +25,7 @@ addons:
25
- libprotobuf-c0-dev
26
- libprotobuf-dev
27
- socat
28
+ - libseccomp-dev
29
30
env:
31
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
@@ -34,8 +35,6 @@ env:
34
35
36
before_install:
37
- uname -r
- - sudo apt-get -q update
38
- - sudo apt-get install -y libseccomp-dev/trusty-backports
39
40
install:
41
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-protobuf
0 commit comments