Merge pull request #1986 from adrianreber/master
switched travis to xenial
This commit is contained in:
commit
8084f7611e
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue