Skip to content

Commit fc3ebe1

Browse files
committed
Fix: remove stupid '-n' php option when testing
Signed-off-by: Yann 'Ze' Richard <[email protected]>
1 parent 798151c commit fc3ebe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ before_script:
1717

1818
script:
1919
- ./vendor/bin/phpcs -p --standard=./phpcs.xml --extensions=php --warning-severity=0 src/ tests/
20-
- php -n -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
20+
- php -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
2121

0 commit comments

Comments
 (0)