Skip to content

Commit 0920ea7

Browse files
committed
Trying to fix travis build with hhvm #2
1 parent a21dae6 commit 0920ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SyntaxChecker.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function read_dir($dir, $ext = null)
3939
* @todo Make the exclusions much cleaner
4040
*/
4141
if (strpos($file, '/vendor/composer') === false && strpos($file, '/bin/stubs') === false) {
42-
exec('php -lf "' . $file . '"', $output, $status);
42+
exec('php -l "' . $file . '"', $output, $status);
4343
} else {
4444
echo '[SKIP] ' . $file;
4545
echo "\n";

0 commit comments

Comments
 (0)