Skip to content

Commit 7f1a173

Browse files
committed
Fix: Update composer itself in before_install section
1 parent 67b9eb8 commit 7f1a173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ matrix:
1414
allow_failures:
1515
- php: 7
1616

17+
before_install:
18+
- composer selfupdate
19+
1720
install:
1821
- sudo apt-get -y install pypy python-sphinx graphviz
19-
- composer selfupdate
2022
- travis_retry composer update --no-interaction --prefer-source
2123

2224
script:

0 commit comments

Comments
 (0)