Skip to content

Commit

Permalink
Merge pull request #43 from nmader/7.x-ISLANDORA_SOLUTION_PACK_WEB_AR…
Browse files Browse the repository at this point in the history
…CHIVE-1880

7.x islandora solution pack web archive 1880
  • Loading branch information
rosiel committed Mar 16, 2017
2 parents ac1dced + 5ca6266 commit b616e67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: required
language: php
php:
- 5.3.3
Expand All @@ -23,11 +24,14 @@ before_install:
- drush en --user=1 --yes islandora_basic_collection
- drush en --yes --user=1 islandora_web_archive
- sudo pip install git+https://github.com/internetarchive/warctools.git
before_script:
# Mysql might time out for long tests, increase the wait timeout.
- mysql -e 'SET @@GLOBAL.wait_timeout=1200'
script:
- ant -buildfile sites/all/modules/islandora_solution_pack_web_archive/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_solution_pack_web_archive
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora_web_archive
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora_solution_pack_web_archive
- drush test-run --uri=http://localhost:8081 "Islandora Web Archive"
- php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose "Islandora Web Archive"
notifications:
irc: "irc.freenode.org#islandora"

0 comments on commit b616e67

Please sign in to comment.