Skip to content

Commit d0bf5c5

Browse files
pascalchevrelTheoChevalier
authored andcommitted
Fix #719: Use Atoum light report output (#729)
1 parent 9861250 commit d0bf5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
## Install ESLint
1515
- npm install -g eslint
1616
script:
17-
- vendor/atoum/atoum/bin/atoum -d tests/units/
17+
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
1818
- php tests/functional/api.php
1919
- php tests/functional/pages.php
2020
- vendor/bin/php-cs-fixer --diff --dry-run -v fix

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ case "$1" in
5757
SERVER="0.0.0.0:8082"
5858
;;
5959
-tests)
60-
php ./vendor/atoum/atoum/bin/atoum -d tests/units/
60+
php ./vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
6161
php ./tests/functional/api.php
6262
php ./tests/functional/pages.php
6363
vendor/bin/php-cs-fixer --diff --dry-run -v fix

0 commit comments

Comments
 (0)