Install glide from ppa before running Travis tests (#343)

This commit is contained in:
Cody Soyland 2017-02-24 09:08:49 -06:00
parent 64db5e0f23
commit 0c21c583fb

View file

@ -2,6 +2,10 @@ language: go
go:
- 1.7.x
- master
before_install:
- sudo add-apt-repository ppa:masterminds/glide -y
- sudo apt-get update -q
- sudo apt-get install glide -y
script: make test
notifications:
slack: