merge branch 'pr-1908'

fix build break

LGTMs: @crosbymichael @cyphar
Closes #1908
This commit is contained in:
Aleksa Sarai 2018-10-13 18:32:37 +11:00
commit 398f670bcb
No known key found for this signature in database
GPG Key ID: 9E18AA267DDB8DB4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ 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
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get -u github.com/vbatts/git-validation
- env | grep TRAVIS_