Skip to content

Commit

Permalink
Remove HHVM from travis configuration as Composer is not able to matc…
Browse files Browse the repository at this point in the history
…h the requirements for PHP 7.
  • Loading branch information
rbairwell committed Dec 31, 2015
1 parent 7df9ea6 commit 2e379d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: false
language: php

php:
- 7.0
- hhvm
- 7.0 # at the moment no HHVM as composer won't allow it to be set.
- nightly

matrix:
Expand Down

0 comments on commit 2e379d8

Please sign in to comment.