Fix indent
This commit is contained in:
parent
b1b2038d71
commit
6ed87f43de
26
.travis.yml
26
.travis.yml
@ -140,19 +140,19 @@ before_script:
|
|||||||
|
|
||||||
- |
|
- |
|
||||||
if [ "$DEBUG" = true ]; then
|
if [ "$DEBUG" = true ]; then
|
||||||
# Check PHP
|
# Check PHP
|
||||||
php -i
|
php -i
|
||||||
# Check PHP CodeSniffer installation
|
# Check PHP CodeSniffer installation
|
||||||
which phpcs
|
which phpcs
|
||||||
phpcs --version
|
phpcs --version
|
||||||
phpcs -i
|
phpcs -i
|
||||||
# Check PHPUnit installation
|
# Check PHPUnit installation
|
||||||
which phpunit
|
which phpunit
|
||||||
phpunit --version
|
phpunit --version
|
||||||
# Check MySQL
|
# Check MySQL
|
||||||
mysql --version
|
mysql --version
|
||||||
mysql -e "SELECT VERSION();"
|
mysql -e "SELECT VERSION();"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user