Skip to content

Commit

Permalink
PSR-15 does not support PHP 5.6 nor HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 27, 2017
1 parent 55dbb27 commit 1854314
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,19 +1,17 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 5.6
- php: 7.0
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
Expand Down

0 comments on commit 1854314

Please sign in to comment.