mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
Install glide from ppa before running Travis tests (#343)
This commit is contained in:
parent
64db5e0f23
commit
0c21c583fb
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue