Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit d176a1b

Browse files
committed
Add experimental support for PHP 7.1 and 7.2 and remove HHVM badge and test
The HHVM test on travis seems broken anyway and the badge doesnt work anymore
1 parent a18b162 commit d176a1b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ sudo: false
33

44
php:
55
- 5.6
6-
- 7
7-
- hhvm
6+
- 7.0
7+
- 7.1
8+
- 7.2
9+
10+
matrix:
11+
allow_failures:
12+
- php: 7.1
13+
- php: 7.2
814

915
cache:
1016
directories:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ PHPASN1
22
=======
33

44
[![Build Status](https://secure.travis-ci.org/fgrosse/PHPASN1.png?branch=master)](http://travis-ci.org/fgrosse/PHPASN1)
5-
[![HHVM Status](http://hhvm.h4cc.de/badge/fgrosse/phpasn1.png)](http://hhvm.h4cc.de/package/fgrosse/phpasn1)
65
[![PHP 7 ready](http://php7ready.timesplinter.ch/fgrosse/PHPASN1/badge.svg)](https://travis-ci.org/fgrosse/PHPASN1)
76
[![Coverage Status](https://coveralls.io/repos/fgrosse/PHPASN1/badge.svg?branch=master&service=github)](https://coveralls.io/github/fgrosse/PHPASN1?branch=master)
87

0 commit comments

Comments
 (0)