Browse Source

Pulling out tests folder too, since it's just travis stuff.

pull/756/head
Danny Lamb 8 years ago
parent
commit
5580ffac31
  1. 2
      .travis.yml
  2. 0
      tests/scripts/line_endings.sh
  3. 0
      tests/scripts/travis_setup.sh

2
.travis.yml

@ -27,7 +27,7 @@ install:
script:
- $ISLANDORA_DIR/tests/scripts/line_endings.sh .
- php vendor/bin/phpcs --standard=Drupal */*.module */src
- php vendor/bin/phpcs --standard=Drupal *.module *.php --exclude=vendor .
- php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=vendor .
notifications:

0
islandora/tests/scripts/line_endings.sh → tests/scripts/line_endings.sh

0
islandora/tests/scripts/travis_setup.sh → tests/scripts/travis_setup.sh

Loading…
Cancel
Save