From a37217827ae32233619bb1146b9abadd3a438ec7 Mon Sep 17 00:00:00 2001 From: Neil Mader Date: Tue, 28 Feb 2017 10:24:41 -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 35511c08..dfba2b53 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 - - php /var/www/drupal7/scripts/run-tests.sh "Islandora" + - php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose "Islandora" after_failure: - $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh notifications: