Skip to content

Commit

Permalink
Add OS option
Browse files Browse the repository at this point in the history
Signed-off-by: Sem Schilder <[email protected]>
  • Loading branch information
xvilo committed Nov 18, 2020
1 parent 1a267d5 commit c1b12d1
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,38 @@ env:
- COMPOSER_ARGS="--no-interaction"
- COVERAGE_DEPS="php-coveralls/php-coveralls"

matrix:
os:
- linux

jobs:
fast_finish: true
include:
- php: 5.6
env:
- DEPS=lowest
- php: 5.6
env:
- DEPS=latest
- php: 7
env:
- DEPS=lowest
- php: 7
env:
- DEPS=latest
- php: 7.1
env:
- DEPS=lowest
- php: 7.1
env:
- DEPS=latest
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
Expand All @@ -20,7 +49,7 @@ matrix:
- DEPS=latest
- php: 8.0
env:
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"

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

0 comments on commit c1b12d1

Please sign in to comment.