Skip to content

Commit

Permalink
update .travis.yml - change used composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Jun 15, 2020
1 parent 5f84720 commit 486ba40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ php:

env:
- TEST_SUITE=Unit
COMPOSER_VERSION=1.9.2
- TEST_SUITE=Fullstack
COMPOSER_VERSION=1.9.2

matrix:
fast_finish: true
Expand All @@ -20,8 +22,6 @@ matrix:
env: TEST_SUITE=Static
- php: 7.4
os: windows
- php: 7.4
env: COMPOSER_VERSION=1.9.2
- php: 7.4
env: COMPOSER_VERSION=dev
allow_failures:
Expand Down

0 comments on commit 486ba40

Please sign in to comment.