name: toxiproxy up: - go: 1.7.3 commands: build: run: godep go build desc: 'build the project' test: run: godep go test ./... desc: 'run unit tests'