Skip to content

Commit

Permalink
Add build for lowest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Feb 15, 2018
1 parent ab9812a commit ec75881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ branches:

matrix:
fast_finish: true
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true

before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Expand Down

0 comments on commit ec75881

Please sign in to comment.