Skip to content

Commit 56f8ef8

Browse files
crosbymichaelthaJeztah
authored andcommitted
Update travis to xenial worker
Signed-off-by: Michael Crosby <[email protected]> (cherry picked from commit 5e84069) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 85f6aa5 commit 56f8ef8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: required
33
# setup travis so that we can run containers for integration tests
44
services:
@@ -25,6 +25,7 @@ addons:
2525
- libprotobuf-c0-dev
2626
- libprotobuf-dev
2727
- socat
28+
- libseccomp-dev
2829

2930
env:
3031
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
@@ -33,8 +34,6 @@ env:
3334

3435
before_install:
3536
- uname -r
36-
- sudo apt-get -q update
37-
- sudo apt-get install -y libseccomp-dev/trusty-backports
3837

3938
install:
4039
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-protobuf

0 commit comments

Comments
 (0)