We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b80d30 commit 54d0b34Copy full SHA for 54d0b34
1 file changed
.travis.yml
@@ -1,4 +1,4 @@
1
-language: php
+language: php
2
3
php:
4
- 5.2
@@ -9,13 +9,13 @@ php:
9
notifications:
10
email: false
11
irc: false
12
-
+
13
env:
14
- - REPORT_EXIT_STATUS=1 NO_INTERACTION=1
+ - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TEST_PHP_ARGS='--show-diff' CFLAGS="-Wall"
15
16
#Compile
17
before_script:
18
- ./travis/compile.sh
19
20
-# Run PHPs run-tests.php
+# Run PHPs run-tests.php
21
script: make test
0 commit comments