Skip to content

Commit

Permalink
Merge pull request Islandora#133 from nmader/7.x-ISLANDORA_SOLUTION_P…
Browse files Browse the repository at this point in the history
…ACK_VIDEO-1880

7.x islandora solution pack video 1880
  • Loading branch information
rosiel authored Mar 16, 2017
2 parents 221af51 + 8b5b227 commit b2749e6
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 Down Expand Up @@ -26,11 +27,14 @@ before_install:
- sudo sh $TRAVIS_BUILD_DIR/tests/scripts/ffmpeg-install.sh
- drush en --user=1 --yes islandora_basic_collection
- drush en --user=1 --yes islandora_video
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_video/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_solution_pack_video
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora_video
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora_solution_pack_video
- drush test-run --uri=http://localhost:8081 "Islandora Video"
- php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose "Islandora Video"
notifications:
irc: "irc.freenode.org#islandora"

0 comments on commit b2749e6

Please sign in to comment.