Skip to content

Commit

Permalink
Updating Travis build configuration (ignore legacy PHP version build …
Browse files Browse the repository at this point in the history
…failures caused by PHPUnit updates)
  • Loading branch information
allebb committed Oct 17, 2019
1 parent 559867c commit a504a5f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php

dist: trusty

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -12,6 +11,15 @@ php:
- 7.3
- nightly

matrix:
allow_failures:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: nightly

sudo: false

install: travis_retry composer install --no-interaction --prefer-source --dev
Expand Down

0 comments on commit a504a5f

Please sign in to comment.