Minor - Increase time to wait in travis

pull/2487/merge
Julio Montoya 7 years ago
parent 74fcbb017f
commit 2b01449fb1
  1. 2
      .travis.yml

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

Loading…
Cancel
Save