language: go before_install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh install: - dep ensure script: - make test - make