Skip to content

Commit 54d0b34

Browse files
committed
Update .travis.yml use '-Wall' and show the diff when a test fails
1 parent 0b80d30 commit 54d0b34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: php
1+
language: php
22

33
php:
44
- 5.2
@@ -9,13 +9,13 @@ php:
99
notifications:
1010
email: false
1111
irc: false
12-
12+
1313
env:
14-
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
14+
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TEST_PHP_ARGS='--show-diff' CFLAGS="-Wall"
1515

1616
#Compile
1717
before_script:
1818
- ./travis/compile.sh
1919

20-
# Run PHPs run-tests.php
20+
# Run PHPs run-tests.php
2121
script: make test

0 commit comments

Comments
 (0)