diff --git a/.travis.yml b/.travis.yml index 9f5275d33..38d463dfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,3 +65,4 @@ install: script: - ./vendor/bin/simple-phpunit + - if [[ $ICU_PHP ]]; then $ICU_PHP ./vendor/bin/simple-phpunit --testsuite Intl; fi diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b42988b39..30586379b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,6 +14,9 @@ ./tests/ + + ./tests/Intl/ + @@ -26,7 +29,7 @@ - +