Skip to content

Commit

Permalink
drupal-composer#71 - Update composer process timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaycs85 committed Jan 8, 2019
1 parent 2674bc6 commit 89d40d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ before_install:
- composer --version

install:
- 'travis_wait 30 composer scenario "${SCENARIO}" "${DEPENDENCIES}"'
- 'composer scenario "${SCENARIO}" "${DEPENDENCIES}"'

before_script:
- git config --global user.email "travisci@example.com"
- git config --global user.name "Travis CI Test"
- export COMPOSER_PROCESS_TIMEOUT=600

script:
- composer test

0 comments on commit 89d40d2

Please # to comment.