From 947b8fa4f4c5ee42fc7f1602a7cea1f0f79c8be4 Mon Sep 17 00:00:00 2001 From: Neil Mader Date: Tue, 28 Feb 2017 10:19:28 -0400 Subject: [PATCH] Change the travis test from Drush to the Drupal script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c67e4fb..35511c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora - drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora - phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora - - drush test-run --uri=http://localhost:8081 Islandora + - php /var/www/drupal7/scripts/run-tests.sh "Islandora" after_failure: - $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh notifications: