Browse Source

Merge ec3295e93a into 17ac8e41b8

pull/332/merge
Jonathan Green 13 years ago
parent
commit
eb56bf269d
  1. 3
      islandora.module
  2. 2
      tests/scripts/travis_setup.sh

3
islandora.module

@ -22,7 +22,8 @@
* You should have received a copy of the GNU General Public License
* along with the program. If not, see <http ://www.gnu.org/licenses/>.
*/
// @todo we need to fix these coder warnings when we are making api changes
// @ignore :10
// Common datastreams.
define('DS_COMP_STREAM', 'DS-COMPOSITE-MODEL');

2
tests/scripts/travis_setup.sh

@ -26,7 +26,7 @@ ln -s $ISLANDORA_DIR sites/all/modules/islandora
mv sites/all/modules/islandora/tests/travis.test_config.ini sites/all/modules/islandora/tests/test_config.ini
mkdir sites/all/libraries
ln -s $HOME/tuque sites/all/libraries/tuque
drush dl --yes coder
drush dl --yes --dev coder
drush dl --yes potx
drush en --yes coder_review
drush en --yes simpletest

Loading…
Cancel
Save