Needs libmagic-dev

This commit is contained in:
andreimarcu 2015-09-28 00:39:53 -04:00
parent 68d2cd3e4c
commit bfcc75f2ed
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ language: go
go:
- tip
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmagic-dev
before_script:
- go vet ./...