[coverage-html] Use PHP version number in folder name.

This commit is contained in:
Andreas Fischer 2013-01-16 23:18:30 +01:00
parent 9758ab1688
commit 862bc5d6dc

View File

@ -23,7 +23,7 @@ fi
# Workaround for rsync not creating target directories with depth > 1
mv "$LDIRNAME" "x$LDIRNAME"
mkdir -p "$RDIRNAME/$TRAVIS_BUILD_NUMBER"
mv "x$LDIRNAME" "$RDIRNAME/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/"
mv "x$LDIRNAME" "$RDIRNAME/$TRAVIS_BUILD_NUMBER/PHP-$TRAVIS_PHP_VERSION/"
# Stop complaints about world-readable key file.
chmod 600 "$ID_RSA"