Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Nov 14, 2018
1 parent 9a301c7 commit 4d244ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function script() (
set -e -o pipefail

# Make sure it's actually getting loaded
${PHP_WITH_EXT} -r 'exit(!class_exists("Mustache"));'
${PHP_WITH_EXT} -r 'exit((int)!class_exists("Mustache"));'

echo "Running main test suite"
${PHP_WITH_EXT} -n run-tests.php ./tests/*.phpt
Expand Down

0 comments on commit 4d244ba

Please sign in to comment.