Skip to content

Commit

Permalink
Fix travis build?
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed May 1, 2020
1 parent 7075ef3 commit 8129099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
- phpize
- ./configure --enable-snuffleupagus --enable-coverage
- make -j 2
- sed -i "s/\$$ext_params -d display_errors=0 -r/-d display_errors=0 -r/" run-tests.php
- sed -i "s/\$ext_params -d display_errors=0 -r/-d display_errors=0 -r/" run-tests.php
- cat run-tests.php
- TEST_PHP_ARGS="-q" REPORT_EXIT_STATUS=1 make test

Expand Down

0 comments on commit 8129099

Please sign in to comment.