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 e1fddaf commit dde6c5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -5,20 +5,20 @@ 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
- mkdir javascript
- git clone -b 7.x git://github.com/Islandora/islandora.git
- git clone -b 7.x git://github.com/Islandora/islandora_solr_search.git
- git clone -b 7.x git://github.com/Islandora/islandora_importer.git
- git clone -b 7.x git://github.com/Islandora/islandora_xacml_editor.git
- git clone -b 7.x git://github.com/Islandora/islandora_bookmark.git
- git clone -b 7.x git://github.com/Islandora/islandora_batch.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_solr_search.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_importer.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_xacml_editor.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_bookmark.git
- git clone -b /^7.x/ git://github.com/Islandora/islandora_batch.git
- git clone git://github.com/Islandora/citeproc-php.git
- export ISLANDORA_DIR=$HOME/islandora
- export JAVASCRIPT_DIR=$HOME/javascript
Expand Down

0 comments on commit dde6c5b

Please sign in to comment.