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 2a05000 commit 8c136d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,17 +5,17 @@ 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.git
- wget http://openseadragon.github.io/releases/openseadragon-bin-0.9.124.zip
- unzip openseadragon-bin-0.9.124.zip
- git clone -b 7.x git://github.com/Islandora/islandora_paged_content
- git clone -b /^7.x/ git://github.com/Islandora/islandora_paged_content
- export ISLANDORA_DIR=$HOME/islandora
- $HOME/islandora/tests/scripts/travis_setup.sh
- cd $HOME/drupal-*
Expand Down

0 comments on commit 8c136d6

Please sign in to comment.