From 703327c67fdab68ae3f55b5b3bf37e85eb760cc3 Mon Sep 17 00:00:00 2001 From: Danny Lamb Date: Tue, 6 Dec 2016 18:35:45 +0000 Subject: [PATCH] Fixing pathing on script in yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d92c7ae8..7b0d604a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,10 @@ install: script: - $ISLANDORA_DIR/.scripts/line_endings.sh . - - cd $ISLANDORA_DIR/drupal/modules/islandora + - cd $HOME/drupal/modules/islandora - php vendor/bin/phpcs --standard=Drupal **/*.module **/*.php --ignore=tests,vendor . - php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=vendor . - - cd $ISLANDORA_DIR/drupal; php core/scripts/run-tests.sh islandora + - cd $HOME/drupal; php core/scripts/run-tests.sh islandora notifications: irc: