Skip to content

Commit

Permalink
remove hhvm and php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored and waltertamboer committed Dec 27, 2016
1 parent 6592eb1 commit bda7988
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- hhvm

sudo: false

Expand All @@ -17,15 +15,6 @@ cache:
directories:
- $HOME/.composer/cache

matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
allow_failures:
- php:
- 5.6
- hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
Expand Down

0 comments on commit bda7988

Please sign in to comment.