Skip to content

Commit e0e14ac

Browse files
committed
fixed tmp make dir path
1 parent 8b6d454 commit e0e14ac

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
@@ -51,7 +51,7 @@ addons:
5151
name: "msgpack/msgpack-ruby"
5252
description: "Build submitted via Travis CI"
5353
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"
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"
5656
branch_pattern: coverity_scan
5757

0 commit comments

Comments
 (0)