Skip to content

Commit 987ad6b

Browse files
committed
Added travis_wait to composer install step
1 parent fc64ce3 commit 987ad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- gpg --verify ./bin/install.sh.sig
4141
- shellcheck ./bin/install.sh
4242
- composer validate
43-
- composer install --no-progress --no-suggest
43+
- travis_wait composer install --no-progress --no-suggest
4444
- yarn install --no-progress
4545
- yarn run test
4646
- ./vendor/bin/behat --version

0 commit comments

Comments
 (0)