Browse Source

Merge 7a116af44b into b2c89fe7d2

pull/418/merge
qadan 12 years ago
parent
commit
ec57d1c8d2
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -8,7 +8,7 @@ cd $HOME
git clone git://github.com/Islandora/tuque.git 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/Islandora/islandora_tomcat.git
cd islandora_tomcat cd islandora_tomcat
export CATALINA_HOME='.' export CATALINA_HOME=`pwd`
./bin/startup.sh ./bin/startup.sh
cd $HOME cd $HOME
pear upgrade --force Console_Getopt pear upgrade --force Console_Getopt

Loading…
Cancel
Save