Update travis
This commit is contained in:
parent
392d75b89e
commit
cd72e606d0
10
.travis.yml
10
.travis.yml
@ -290,19 +290,19 @@ script:
|
||||
- |
|
||||
echo "Unit testing"
|
||||
# Ensure we catch errors. Set this to +e if you want to go to this end to see log file.
|
||||
set +e
|
||||
set -e
|
||||
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
|
||||
set +e
|
||||
|
||||
- |
|
||||
echo Output dolibarr.log
|
||||
echo cat documents/dolibarr.log
|
||||
#echo "Output dolibarr.log"
|
||||
#echo cat documents/dolibarr.log
|
||||
|
||||
after_script:
|
||||
- |
|
||||
# Dolibarr log file
|
||||
echo "After script"
|
||||
cat documents/dolibarr.log
|
||||
#echo "After script"
|
||||
#cat documents/dolibarr.log
|
||||
|
||||
|
||||
after_success:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user