fix golang bin path.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-06-05 11:17:07 +08:00
parent 2e6a8d728d
commit 5951f32711
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pipeline:
secrets: [ codecov_token, android_test_token, android_api_key ]
environment:
- GOPATH=/srv/app
- PATH=$${PATH}:/srv/app/bin
commands:
- make deps
- make vet