Update .travis.yml
This commit is contained in:
parent
003713953c
commit
33f10c3aeb
11
.travis.yml
11
.travis.yml
@ -305,6 +305,17 @@ script:
|
|||||||
set +e
|
set +e
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
- |
|
||||||
|
echo "Checking missing debug"
|
||||||
|
# Ensure we catch errors
|
||||||
|
set -e
|
||||||
|
# Exclusions are defined in the ruleset.xml file
|
||||||
|
#if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_PHP_VERSION" = "7.4.22" ]; then
|
||||||
|
var-dump-check --extensions php --tracy --exclude htdocs/includes --exclude test/ .
|
||||||
|
#fi
|
||||||
|
set +e
|
||||||
|
echo
|
||||||
|
|
||||||
- |
|
- |
|
||||||
export INSTALL_FORCED_FILE=htdocs/install/install.forced.php
|
export INSTALL_FORCED_FILE=htdocs/install/install.forced.php
|
||||||
echo "Setting up Dolibarr $INSTALL_FORCED_FILE to test installation"
|
echo "Setting up Dolibarr $INSTALL_FORCED_FILE to test installation"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user