Reduce number of lint runs in tests
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
0b9a65cead
commit
e7e5b6af45
@ -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 ;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user