Browse Source

Updated travis to build with different fedora versions

pull/301/head
jonathangreen 12 years ago
parent
commit
2ac9ce5507
  1. 2
      .travis.yml

2
.travis.yml

@ -12,7 +12,7 @@ before_install:
- cd $HOME
- sudo apt-get update -qq
- git clone git://github.com/Islandora/tuque.git
- git clone -b 3.5 git://github.com/Islandora/islandora_tomcat.git
- git clone -b $FEDORA_VERSION git://github.com/Islandora/islandora_tomcat.git
- cd islandora_tomcat
- export CATALINA_HOME='.'
- ./bin/startup.sh

Loading…
Cancel
Save