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 c98d8b7 commit dc7b0deCopy full SHA for dc7b0de
1 file changed
.travis.yml
@@ -8,15 +8,18 @@ php:
8
- 7.0
9
- 7.1
10
- nightly
11
- - hhvm
12
+# also test against HHVM, but require "trusty" and ignore errors
13
matrix:
14
+ include:
15
+ - php: hhvm
16
+ dist: trusty
17
allow_failures:
18
- php: nightly
19
- php: hhvm
20
21
install:
- - composer install --prefer-source
22
+ - composer install --no-interaction
23
24
script:
25
- vendor/bin/phpunit --coverage-text
0 commit comments