Skip to content

Commit ad16347

Browse files
committed
fixed cov build
1 parent ed0e17d commit ad16347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ addons:
5555
name: "msgpack/msgpack-ruby"
5656
description: "Build submitted via Travis CI"
5757
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'"
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'"
6060
branch_pattern: coverity_scan
6161

0 commit comments

Comments
 (0)