Skip to content

Commit

Permalink
Revert "Fix TravisCI for #643 related PRs. (#652)"
Browse files Browse the repository at this point in the history
This reverts commit 31d465f.
  • Loading branch information
dannylamb authored Jun 1, 2017
1 parent 31d465f commit a5d06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/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 a5d06d2

Please sign in to comment.