Reduce number of lint runs in tests

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-18 11:55:07 +01:00
parent 0b9a65cead
commit e7e5b6af45

View File

@ -39,8 +39,8 @@ before_script:
script:
- ant clean
- ant locales
- ant lint
- if [ $CI_MODE != release ] ; then ant locales ; fi
- if [ $CI_MODE = test -o $CI_MODE = hhvm ] ; then ant lint; fi
- case $CI_MODE in
hhvm) ant phpunit-hhvm ;;
test) ant phpunit ;;