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

Commit 0973459

Browse files
committed
Update based on default xenial distro.
Signed-off-by: Lantao Liu <[email protected]>
1 parent a46f6ba commit 0973459

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
@@ -21,16 +21,14 @@ cache:
2121
- "${HOME}/google-cloud-sdk/"
2222

2323
before_install:
24-
# libseccomp in trusty is not new enough, need backports version.
25-
- sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' > /etc/apt/sources.list.d/backports.list"
2624
- sudo apt-get update
2725
# Enable ipv6 for dualstack integration test.
2826
- sudo sysctl net.ipv6.conf.all.disable_ipv6=0
2927

3028
install:
3129
- sudo apt-get install btrfs-tools
32-
- sudo apt-get install libseccomp2/trusty-backports
33-
- sudo apt-get install libseccomp-dev/trusty-backports
30+
- sudo apt-get install libseccomp2
31+
- sudo apt-get install libseccomp-dev
3432
- sudo apt-get install socat
3533

3634
before_script:

0 commit comments

Comments
 (0)