We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6fdee commit 5abdf54Copy full SHA for 5abdf54
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 5.5
6
- 5.6
7
- hhvm
8
+ - hhvm-nightly
9
10
env:
11
- PHP_BIN=php
@@ -13,11 +14,15 @@ env:
13
14
matrix:
15
allow_failures:
16
- php: hhvm
17
+ - php: hhvm-nightly
18
19
exclude:
20
21
env: PHP_BIN=php-cgi
22
23
24
+ env: PHP_BIN=php-cgi
25
+
26
script:
27
- vendor/bin/tester -p $PHP_BIN tests -s
28
- php code-checker/src/code-checker.php
0 commit comments