Skip to content

Commit

Permalink
Merge pull request #24 from bblfsh/fix-build-path
Browse files Browse the repository at this point in the history
fix build binary path
  • Loading branch information
kuba-- authored Sep 18, 2019
2 parents 3bf7f4b + 01cf127 commit b760bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ deploy:
tags: true

after_deploy:
- cd cmd/native-driver-performance/ ; CGO_ENABLED=0 go build -o ../../build/native-driver-performance ; cd ../..
- cd cmd/native-driver-performance/ ; CGO_ENABLED=0 go build -o ../../build/bin/native-driver-performance ; cd ../..
- DOCKER_PUSH_MASTER=1 make docker-push-latest-release

0 comments on commit b760bb8

Please sign in to comment.