Skip to content

Commit e00ea55

Browse files
committed
Enhancement: Update composer itself in before_install section
1 parent 8615b26 commit e00ea55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
global:
88
secure: Yc+Xohkr/iEUU7FCQuSLXAE9ywNW9g6CfrM1Ki0Hl+fS15F3AXT7dFY8EyCJ4dP1/oI0dBmwrGWrltXV0XWIjGV1Ms3tefCgQpBBAqwT+hImzVP3RbpZW8Iyo2d0VgiDemQF1LWYD/pKu6d8WljTnv5D77NIMdEJjQ0uzeTLWdw=
99

10+
before_install:
11+
- composer self-update
12+
1013
install: composer install --dev
1114

1215
before_script:

0 commit comments

Comments
 (0)