Skip to content

Commit 53565e6

Browse files
committed
Merge pull request #618 from basvodde/composite
Travis deploy out for now, need to do that later
2 parents b912e4b + 85ff3bc commit 53565e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/travis_ci_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if [ "x$BUILDTOOL" = "xautotools" ]; then
2323
make dist-zip
2424

2525
if [ "x$CXX" = "xg++" ]; then
26-
cd .. && travis_github_deployer -v || exit 1
26+
echo "Deploy please"
27+
# cd .. && travis_github_deployer -v || exit 1
2728
fi;
2829
fi
2930

0 commit comments

Comments
 (0)