Browse Source

How about now?

pull/756/head
Danny Lamb 8 years ago
parent
commit
cabbc96147
  1. 2
      .scripts/travis_setup.sh
  2. 3
      .travis.yml

2
.scripts/travis_setup.sh

@ -71,6 +71,8 @@ cd $HOME/drupal/modules
git clone https://github.com/DiegoPino/claw-jsonld.git git clone https://github.com/DiegoPino/claw-jsonld.git
drush en -y jsonld drush en -y jsonld
drush en -y islandora
drush -y dl bootstrap drush -y dl bootstrap
drush -y en bootstrap drush -y en bootstrap
drush -y config-set system.theme default bootstrap drush -y config-set system.theme default bootstrap

3
.travis.yml

@ -27,9 +27,10 @@ install:
script: script:
- $ISLANDORA_DIR/.scripts/line_endings.sh . - $ISLANDORA_DIR/.scripts/line_endings.sh .
- cd $ISLANDORA_DIR/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 .
- php /var/www/html/drupal/core/scripts/run-tests.sh islandora - cd $ISLANDORA_DIR/drupal; php core/scripts/run-tests.sh islandora
notifications: notifications:
irc: irc:

Loading…
Cancel
Save