Merge pull request #1986 from adrianreber/master

switched travis to xenial
This commit is contained in:
Michael Crosby 2019-02-21 15:36:02 -05:00 committed by GitHub
commit 8084f7611e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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_