Skip to content

Commit

Permalink
Merge pull request #78 from nicoschoenmaker/feature/php-71
Browse files Browse the repository at this point in the history
Support php71, allow hhvm failure
  • Loading branch information
mtibben authored May 15, 2017
2 parents cd71f2e + 75d89f6 commit c6490bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- composer install

0 comments on commit c6490bd

Please sign in to comment.