Skip to content

Commit

Permalink
Revert "Fix TravisCI for Islandora/documentation#643 related PRs. (#6…
Browse files Browse the repository at this point in the history
…52)" (#653)

This reverts commit 31d465fff07d06a35c3703168c9e2298fb72c672.
  • Loading branch information
dannylamb authored and ruebot committed Jun 1, 2017
1 parent 3f27f71 commit 74e8b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_setup_drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ drush si --db-url=mysql://drupal:drupal@127.0.0.1/drupal --yes
drush runserver 127.0.0.1:8282 &
until curl -s 127.0.0.1:8282; do true; done > /dev/null
echo "Enable simpletest module"
drush --uri=127.0.0.1:8282 en -y simpletest rest
drush --uri=127.0.0.1:8282 en -y simpletest

echo "Setup ActiveMQ"
cd /opt
Expand Down

0 comments on commit 74e8b71

Please sign in to comment.