Skip to content

Commit

Permalink
Travis: added PHP 7.4, drop string for outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 14, 2020
1 parent 6d37187 commit ac826b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
# Turn off XDebug
Expand Down Expand Up @@ -30,19 +31,19 @@ jobs:
- composer run-script tests

- stage: Quality Assurance
php: 7.1
php: 7.4
script:
- composer run-script qa

- stage: Phpstan
php: 7.1
php: 7.4
script:
- composer run-script phpstan-install
- composer run-script phpstan

- stage: Test Coverage
if: branch = master AND type = push
php: 7.1
php: 7.4
script:
- composer run-script coverage
after_script:
Expand All @@ -51,9 +52,9 @@ jobs:

- stage: Outdated Dependencies
if: branch = master AND type = cron
php: 7.1
php: 7.4
script:
- composer outdated --direct --strict
- composer outdated --direct

allow_failures:
- stage: Test Coverage
Expand Down

0 comments on commit ac826b2

Please # to comment.