Skip to content

Commit

Permalink
Clean up for new code sniffs (#164)
Browse files Browse the repository at this point in the history
* Clean up for new code sniffs

* Remove build.xml
  • Loading branch information
whikloj authored and jonathangreen committed Feb 22, 2019
1 parent aca0d4a commit 717353d
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 1,777 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ before_install:
- drush vset islandora_ocr_tesseract `which tesseract`
- drush vset islandora_book_tesseract `which tesseract`
script:
- ant -buildfile sites/all/modules/islandora_solution_pack_newspaper/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_solution_pack_newspaper
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora_newspaper
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora_solution_pack_newspaper
- php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose --class IslandoraNewspaperPageIngestTestCase
- $HOME/islandora/tests/scripts/travis_scripts.sh
- $HOME/islandora/tests/scripts/run_tests.sh "Islandora Newspaper"
notifications:
irc: "irc.freenode.org#islandora"
105 changes: 0 additions & 105 deletions build.xml

This file was deleted.

Loading

0 comments on commit 717353d

Please sign in to comment.