We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6c284 commit 8f0dd49Copy full SHA for 8f0dd49
1 file changed
.travis.yml
@@ -4,6 +4,11 @@ php:
4
- 5.4
5
- 5.5
6
- 5.6
7
+ - hhvm
8
+
9
+matrix:
10
+ allow_failures:
11
+ - php: hhvm
12
13
before_script:
14
# Update composer
0 commit comments