Skip to content

Commit 2a299a2

Browse files
committed
Drop hhvm builds and in new PHP versions
1 parent 83291be commit 2a299a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: php
22

33
php:
44
- 5.6
5-
- hhvm
5+
- 7.0
6+
- 7.1
7+
- 7.2
68

79
install:
810
- composer self-update
@@ -21,6 +23,3 @@ after_script:
2123
- wget https://scrutinizer-ci.com/ocular.phar
2224
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
2325

24-
matrix:
25-
allow_failures:
26-
- php: hhvm

0 commit comments

Comments
 (0)