Add log of errors
This commit is contained in:
parent
155ccc95db
commit
edf1c74519
@ -335,6 +335,7 @@ script:
|
|||||||
php step2.php set >> $TRAVIS_BUILD_DIR/install.log
|
php step2.php set >> $TRAVIS_BUILD_DIR/install.log
|
||||||
if [ "$?" -ne "0" ]; then
|
if [ "$?" -ne "0" ]; then
|
||||||
echo "SORRY, AN ERROR OCCURED DURING INSTALLATION PROCESS"
|
echo "SORRY, AN ERROR OCCURED DURING INSTALLATION PROCESS"
|
||||||
|
tail -n 100 $TRAVIS_BUILD_DIR/install.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user