Browse Source

Change the travis test from Drush to the Drupal script.

pull/667/head
Neil Mader 8 years ago
parent
commit
947b8fa4f4
  1. 2
      .travis.yml

2
.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:

Loading…
Cancel
Save