Minor - remove travis wait

pull/2635/head
Julio Montoya 7 years ago
parent 4ca1316d24
commit e7a97c6f79
  1. 2
      .travis.yml

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

Loading…
Cancel
Save