Skip to content

Commit

Permalink
sed to rewrite build-dkan.make to grab current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
teosibileau committed Apr 25, 2014
1 parent caa272f commit e5f969f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ before_script:
# Install DKAN
- git clone --branch $TRAVIS_BRANCH https://github.com/nuams/dkan.git
- cd dkan
- sed -i "s/7.x-1.x/$TRAVIS_BRANCH/g" build-dkan.make
- drush make --prepare-install build-dkan.make --yes
- drush si dkan --sites-subdir=default --db-url=mysql://root:@127.0.0.1/dkan_travis --account-name=admin --account-pass=admin --site-name="DKAN" install_configure_form.update_status_module='array(FALSE,FALSE)' --yes
- drush cc all --yes

0 comments on commit e5f969f

Please sign in to comment.