diff --git a/.travis.yml b/.travis.yml index f2a46b4..dbcf659 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_script: script: - docker run -it -d --rm --name tripal -v "$(pwd)":/modules/tripal_qtl statonlab/tripal3 - - sleep 30 # We pause here so postgres and apache complete booting up + - sleep 45 # We pause here so postgres and apache complete booting up - docker exec -it tripal drush pm-enable -y tripal_qtl - docker exec -it tripal yum install -y php-pecl-xdebug.x86_64 - docker exec -it tripal bash -c "cd /modules/tripal_qtl && composer install && DRUPAL_ROOT=/var/www/html IS_TRAVIS=TRUE ./vendor/bin/phpunit --coverage-clover ./clover.xml"