Skip to content

Commit

Permalink
Address ISLANDORA-965
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jul 16, 2015
1 parent ba0ce48 commit 1d5b0d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -5,18 +5,18 @@ php:
- 5.5
branches:
only:
- 7.x
- /^7.x/
env:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
before_install:
- cd $HOME
- git clone -b 7.x git://github.com/Islandora/islandora.git
- git clone -b 7.x git://github.com/Islandora/islandora_solution_pack_collection.git
- git clone -b 7.x git://github.com/Islandora/islandora_solr_search.git
- git clone -b 7.x git://github.com/Islandora/islandora_solr_metadata.git
- git clone -b 7.x git://github.com/Islandora/islandora_bookmark.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_solution_pack_collection.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_solr_search.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_solr_metadata.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_bookmark.git

- export ISLANDORA_DIR=$HOME/islandora
- $HOME/islandora/tests/scripts/travis_setup.sh
Expand Down

0 comments on commit 1d5b0d1

Please sign in to comment.