fix build break
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
e40d4635c4
commit
36f8472053
|
@ -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
|
- 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 -qq update
|
||||||
- sudo apt-get install -y libseccomp-dev/trusty-backports
|
- 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
|
- go get -u github.com/vbatts/git-validation
|
||||||
- env | grep TRAVIS_
|
- env | grep TRAVIS_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue