language: go go: - "1.11.x" install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh script: - make check-style - make test