Skip to content

Commit 486ba40

Browse files
committed
update .travis.yml - change used composer version
1 parent 5f84720 commit 486ba40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ php:
99

1010
env:
1111
- TEST_SUITE=Unit
12+
COMPOSER_VERSION=1.9.2
1213
- TEST_SUITE=Fullstack
14+
COMPOSER_VERSION=1.9.2
1315

1416
matrix:
1517
fast_finish: true
@@ -20,8 +22,6 @@ matrix:
2022
env: TEST_SUITE=Static
2123
- php: 7.4
2224
os: windows
23-
- php: 7.4
24-
env: COMPOSER_VERSION=1.9.2
2525
- php: 7.4
2626
env: COMPOSER_VERSION=dev
2727
allow_failures:

0 commit comments

Comments
 (0)