mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 23:00:58 +00:00
[coverage-html] Use PHP version number in folder name.
This commit is contained in:
parent
9758ab1688
commit
862bc5d6dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user