sudo: false language: go go: - 1.6 install: - go get github.com/gpmgo/gopm script: - gopm test ./... -v notifications: email: - deluan@deluan.com