You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- test "$TRAVIS_BRANCH" != "coverity_scan" -o ${TRAVIS_JOB_NUMBER##*.} = 1 || exit 0 # Skip build if branch is coverity_scan and this is the 1st job of the build matrix
50
+
48
51
addons:
49
52
coverity_scan:
50
53
project:
51
54
name: "msgpack/msgpack-ruby"
52
55
description: "Build submitted via Travis CI"
53
56
notification_email: frsyuki@gmail.com
54
57
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"
58
+
build_command: "bash -c 'cd tmp/x86_64-linux*/msgpack/*/; make clean; make'"
0 commit comments