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"
|
echo "Unit testing"
|
||||||
# Ensure we catch errors. Set this to +e if you want to go to this end to see log file.
|
# 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
|
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
- |
|
- |
|
||||||
echo Output dolibarr.log
|
#echo "Output dolibarr.log"
|
||||||
echo cat documents/dolibarr.log
|
#echo cat documents/dolibarr.log
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- |
|
- |
|
||||||
# Dolibarr log file
|
# Dolibarr log file
|
||||||
echo "After script"
|
#echo "After script"
|
||||||
cat documents/dolibarr.log
|
#cat documents/dolibarr.log
|
||||||
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user