Skip to content

Commit a80b2b5

Browse files
committed
travis.yml: tested under PHP & PHP-CGI
1 parent bc57253 commit a80b2b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ php:
66
- 5.6
77
- hhvm
88

9+
env:
10+
- PHP_BIN=php
11+
- PHP_BIN=php-cgi
12+
913
matrix:
1014
allow_failures:
1115
- php: hhvm
1216

17+
exclude:
18+
- php: hhvm
19+
env: PHP_BIN=php-cgi
20+
1321
script:
14-
- vendor/bin/tester tests -s
22+
- vendor/bin/tester -p $PHP_BIN tests -s
1523
- php code-checker/src/code-checker.php -d src
1624

1725
after_failure:

0 commit comments

Comments
 (0)