|
|
|
@ -24,6 +24,10 @@ before_install:
|
|
|
|
|
- export ISLANDORA_DIR=$TRAVIS_BUILD_DIR |
|
|
|
|
- $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh |
|
|
|
|
- cd $HOME/drupal-* |
|
|
|
|
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/build.xml lint |
|
|
|
|
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora |
|
|
|
|