Skip to content

Commit 0cff074

Browse files
authored
Merge pull request #3040 from crosbymichael/travis-bump
Update travis to xenial worker
2 parents 0769763 + 5e84069 commit 0cff074

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
@@ -34,8 +35,6 @@ env:
3435

3536
before_install:
3637
- uname -r
37-
- sudo apt-get -q update
38-
- sudo apt-get install -y libseccomp-dev/trusty-backports
3938

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

0 commit comments

Comments
 (0)