language: go go: - 1.7 - 1.8.x - master cache: directories: - $GOPATH/src - $GOPATH/pkg before_install: - curl https://glide.sh/get | sh - glide install script: - go test