We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad16347 commit d34da8eCopy full SHA for d34da8e
.travis.yml
@@ -55,7 +55,7 @@ addons:
55
name: "msgpack/msgpack-ruby"
56
description: "Build submitted via Travis CI"
57
notification_email: frsyuki@gmail.com
58
- build_command_prepend: "bundle exec rake compile && cd tmp/x86_64-linux*/msgpack/*/ && make clean"
59
- build_command: "bash -c 'cd tmp/x86_64-linux*/msgpack/*/ && make clean && make'"
+ build_command_prepend: "bundle exec rake compile && make -C tmp/x86_64-linux*/msgpack/*/ clean"
+ build_command: "make -C tmp/x86_64-linux*/msgpack/*/"
60
branch_pattern: coverity_scan
61
0 commit comments