|
|
@ -14,5 +14,5 @@ before_install: |
|
|
|
script: |
|
|
|
script: |
|
|
|
- ant -buildfile sites/all/modules/islandora/build.xml lint |
|
|
|
- ant -buildfile sites/all/modules/islandora/build.xml lint |
|
|
|
- drush dcs sites/all/modules/islandora |
|
|
|
- drush dcs sites/all/modules/islandora |
|
|
|
- phpcpd sites/all/modules/islandora |
|
|
|
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora |
|
|
|
- drush test-run --uri=http://localhost:8081 Islandora |
|
|
|
- drush test-run --uri=http://localhost:8081 Islandora |
|
|
|