mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #1986 from adrianreber/master
switched travis to xenial
This commit is contained in:
+2
-2
@@ -1,3 +1,4 @@
|
||||
dist: xenial
|
||||
language: go
|
||||
go:
|
||||
- 1.9.x
|
||||
@@ -21,9 +22,8 @@ env:
|
||||
- BUILDTAGS="seccomp apparmor selinux ambient"
|
||||
|
||||
before_install:
|
||||
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libseccomp-dev/trusty-backports
|
||||
- sudo apt-get install -y libseccomp-dev
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u github.com/vbatts/git-validation
|
||||
- env | grep TRAVIS_
|
||||
|
||||
Reference in New Issue
Block a user