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 ed0e17d commit ad16347Copy full SHA for ad16347
.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 && cd tmp/x86_64-linux*/msgpack/*/ && make clean"
+ build_command: "bash -c 'cd tmp/x86_64-linux*/msgpack/*/ && make clean && make'"
60
branch_pattern: coverity_scan
61
0 commit comments