Skip to content

Commit

Permalink
Must specify PHPUNIT_VERSION because env merging doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 25, 2020
1 parent c18d124 commit f503f6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,23 @@ jobs:
- php: "7.1"
env:
- XHGUI_COLLECTOR=false
- PHPUNIT_VERSION=7.5
- php: "7.2"
env:
- XHGUI_COLLECTOR=false
- PHPUNIT_VERSION=7.5
- php: "7.3"
env:
- XHGUI_COLLECTOR=false
- PHPUNIT_VERSION=7.5
- php: "7.4"
env:
- XHGUI_COLLECTOR=false
- PHPUNIT_VERSION=7.5
- php: "nightly"
env:
- XHGUI_COLLECTOR=false
- PHPUNIT_VERSION=7.5

cache:
apt: true
Expand Down

0 comments on commit f503f6e

Please sign in to comment.