Skip to content

Commit cd92f72

Browse files
committed
Update .travis.yml use '-Wall' and show the diff when a test fails
1 parent 1b4635b commit cd92f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notifications:
88
irc: false
99

1010
env:
11-
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
11+
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TEST_PHP_ARGS='--show-diff' CFLAGS="-Wall"
1212

1313
#Compile
1414
before_script:

0 commit comments

Comments
 (0)