language: go
go:
- 1.5
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmagic-dev
before_script:
- go vet ./...