Skip to content

Commit c6490bd

Browse files
authored
Merge pull request #78 from nicoschoenmaker/feature/php-71
Support php71, allow hhvm failure
2 parents cd71f2e + 75d89f6 commit c6490bd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8+
- 7.1
89
- hhvm
10+
11+
matrix:
12+
allow_failures:
13+
- php: hhvm
14+
915
before_script:
1016
- composer install

0 commit comments

Comments
 (0)