sudo: false language: go go: - 1.6 install: - go get github.com/smartystreets/goconvey - go get github.com/gpmgo/gopm - gopm list -v - gopm get -v -g -u script: - go test ./... -v notifications: email: - travis@deluan.com