Test
This commit is contained in:
parent
6fe96b322a
commit
758d8cef23
18
.travis.yml
18
.travis.yml
@ -8,15 +8,15 @@ language: php
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- '5.3'
|
- '5.3'
|
||||||
- '5.4'
|
#- '5.4'
|
||||||
- '5.5'
|
#- '5.5'
|
||||||
- '5.6'
|
#- '5.6'
|
||||||
- '7.0'
|
#- '7.0'
|
||||||
- '7.1'
|
#- '7.1'
|
||||||
- nightly
|
#- nightly
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
mariadb: '10.0'
|
#mariadb: '10.0'
|
||||||
postgresql: '9.3'
|
postgresql: '9.3'
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -261,7 +261,7 @@ script:
|
|||||||
echo "Checking PHP syntax errors"
|
echo "Checking PHP syntax errors"
|
||||||
# Ensure we catch errors
|
# Ensure we catch errors
|
||||||
set -e
|
set -e
|
||||||
parallel-lint --exclude htdocs/includes --blame .
|
#parallel-lint --exclude htdocs/includes --blame .
|
||||||
set +e
|
set +e
|
||||||
echo
|
echo
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ script:
|
|||||||
# Ensure we catch errors
|
# Ensure we catch errors
|
||||||
set -e
|
set -e
|
||||||
# Exclusions are defined in the ruleset.xml file
|
# Exclusions are defined in the ruleset.xml file
|
||||||
phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
|
#phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
|
||||||
set +e
|
set +e
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user