From 78af387e004b59e30563680815a466e19402dd8e Mon Sep 17 00:00:00 2001 From: qadan Date: Fri, 18 Oct 2013 10:55:28 -0300 Subject: [PATCH] see if this new tomcat works --- tests/scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index cf1de5c5..d8566735 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -6,7 +6,7 @@ mysql -u root -e "GRANT ALL PRIVILEGES ON fedora.* To 'fedora'@'localhost' IDENT mysql -u root -e "GRANT ALL PRIVILEGES ON drupal.* To 'drupal'@'localhost' IDENTIFIED BY 'drupal';" cd $HOME git clone git://github.com/Islandora/tuque.git -git clone -b $FEDORA_VERSION git://github.com/Islandora/islandora_tomcat.git +git clone -b $FEDORA_VERSION git://github.com/qadan/islandora_tomcat.git cd islandora_tomcat export CATALINA_HOME='.' ./bin/startup.sh