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 8b6d454 commit e0e14acCopy full SHA for e0e14ac
.travis.yml
@@ -51,7 +51,7 @@ addons:
51
name: "msgpack/msgpack-ruby"
52
description: "Build submitted via Travis CI"
53
notification_email: frsyuki@gmail.com
54
- build_command_prepend: "bundle exec rake compile; cd tmp/x86_64-linux-*/msgpack/*/; make clean"
55
- build_command: "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: "cd tmp/x86_64-linux*/msgpack/*/; make clean; make"
56
branch_pattern: coverity_scan
57
0 commit comments