Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 80959d3

Browse files
authored
Merge pull request #1313 from Random-Liu/cherrypick-#1312-release-1.2
[release/1.2] Update based on default xenial distro.
2 parents 69a876d + 6a7a827 commit 80959d3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ cache:
1313
- "${HOME}/google-cloud-sdk/"
1414

1515
before_install:
16-
# libseccomp in trusty is not new enough, need backports version.
17-
- sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' > /etc/apt/sources.list.d/backports.list"
1816
- sudo apt-get update
1917

2018
install:
2119
- sudo apt-get install btrfs-tools
22-
- sudo apt-get install libseccomp2/trusty-backports
23-
- sudo apt-get install libseccomp-dev/trusty-backports
20+
- sudo apt-get install libseccomp2
21+
- sudo apt-get install libseccomp-dev
2422
- sudo apt-get install socat
2523

2624
before_script:

0 commit comments

Comments
 (0)