forked from Islandora/islandora_xml_forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 1.91 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: php
php:
- 5.3.3
- 5.4
- 5.5
branches:
only:
- 7.x
env:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
before_install:
- cd $HOME
- git clone -b 7.x git://github.com/Islandora/islandora.git
- git clone -b 7.x git://github.com/Islandora/php_lib.git
- git clone -b 7.x git://github.com/Islandora/objective_forms.git
- git clone -b 7.x git://github.com/Islandora/islandora_solution_pack_collection.git
- export ISLANDORA_DIR=$HOME/islandora
- $HOME/islandora/tests/scripts/travis_setup.sh
- cd $HOME/drupal-*
- ln -s $TRAVIS_BUILD_DIR sites/all/modules/islandora_xml_forms
- ln -s $HOME/php_lib sites/all/modules/php_lib
- ln -s $HOME/objective_forms sites/all/modules/objective_forms
- ln -s $HOME/islandora_solution_pack_test sites/all/modules/islandora_solution_pack_test
- ln -s $HOME/islandora_solution_pack_collection sites/all/modules/islandora_solution_pack_collection
- drush en --yes --user=1 xml_form_builder xml_form_elements islandora_basic_collection islandora_test_cm
- mv -v $TRAVIS_BUILD_DIR/builder/lib $HOME
script:
- ant -buildfile sites/all/modules/islandora_xml_forms/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_xml_forms
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer xml_forms
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer xml_form_api
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer xml_schema_api
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer xml_form_builder
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer xml_form_elements
- phpcpd --names *.module,*.inc,*.test --exclude api/schema sites/all/modules/islandora_xml_forms
- mv -v $HOME/lib $TRAVIS_BUILD_DIR/builder
- drush test-run -v --uri=http://localhost:8081 "Islandora XML Forms"