diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index d8566735..2e7f87c8 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/qadan/islandora_tomcat.git +git clone -b $FEDORA_VERSION git://github.com/GervaisdeM/islandora_tomcat.git cd islandora_tomcat export CATALINA_HOME='.' ./bin/startup.sh