Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson authored Apr 21, 2020
1 parent 8d1f52b commit 9367ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9367ed3

Please sign in to comment.