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
+2 -2
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_