diff --git a/islandora.module b/islandora.module index ad9e569e..c52f0fae 100644 --- a/islandora.module +++ b/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 . */ - +// @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'); diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 7939215b..7feeec52 100755 --- a/tests/scripts/travis_setup.sh +++ b/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