Skip to content

Commit

Permalink
Remove hhvm support
Browse files Browse the repository at this point in the history
  • Loading branch information
acasar authored Sep 29, 2016
1 parent bab861f commit 9d90606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: php
php:
- 5.6
- 7.0
- hhvm
- 7.1

before_script:
composer install --dev --prefer-source --no-interaction

script: vendor/bin/phpunit
script: vendor/bin/phpunit

0 comments on commit 9d90606

Please sign in to comment.