Skip to content

Commit

Permalink
Move flags to only one build
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jun 8, 2020
1 parent 5de63d9 commit 19fe567
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

jobs:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.3
env: LINTER_RUN=run
- php: 7.4
env: COVERAGE_FLAGS="--coverage-clover coverage/clover.xml"
env: COMPOSER_FLAGS="--prefer-lowest" LINTER_RUN=run COVERAGE_FLAGS="--coverage-clover coverage/clover.xml"

install:
- composer update --prefer-dist --no-progress --no-suggest --optimize-autoloader $COMPOSER_FLAGS
Expand Down

0 comments on commit 19fe567

Please sign in to comment.