From 1d3191c1c1e61bef341e168873b5fd7ccf3e7bc7 Mon Sep 17 00:00:00 2001 From: qadan Date: Mon, 21 Oct 2013 12:04:54 -0300 Subject: [PATCH] with FEDORA_HOME defined --- tests/scripts/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index d8566735..ec57a37f 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -9,6 +9,7 @@ git clone git://github.com/Islandora/tuque.git git clone -b $FEDORA_VERSION git://github.com/qadan/islandora_tomcat.git cd islandora_tomcat export CATALINA_HOME='.' +export FEDORA_HOME='/home/travis/islandora_tomcat/fedora' ./bin/startup.sh cd $HOME pear upgrade --force Console_Getopt