Minor - Increase travis_wait

pull/2635/head
Julio Montoya 6 years ago
parent 0f73a6cfb7
commit b217635d29
  1. 2
      .travis.yml

@ -83,7 +83,7 @@ before_install:
- cd $TRAVIS_BUILD_DIR
- pwd
# Install vendors
- composer install
- travis_wait 20 composer install
# Install third party js/css libraries
- yarn install
- ./node_modules/.bin/encore dev

Loading…
Cancel
Save