Browse Source

Fixing pathing on script in yml

pull/756/head
Danny Lamb 8 years ago
parent
commit
703327c67f
  1. 4
      .travis.yml

4
.travis.yml

@ -27,10 +27,10 @@ install:
script: script:
- $ISLANDORA_DIR/.scripts/line_endings.sh . - $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/phpcs --standard=Drupal **/*.module **/*.php --ignore=tests,vendor .
- php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=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: notifications:
irc: irc:

Loading…
Cancel
Save