Browse Source

Merge pull request #501 from willtp87/7.x

double check 7.28 suspicions
pull/503/head
qadan 11 years ago
parent
commit
07e8a80ae1
  1. 1
      README.md
  2. 3
      tests/scripts/travis_setup.sh

1
README.md

@ -62,6 +62,7 @@ Current maintainers:
## Development ## Development
If you would like to contribute to this module, please check out our helpful [Documentation for Developers](https://github.com/Islandora/islandora/wiki#wiki-documentation-for-developers) info, as well as our [Developers](http://islandora.ca/developers) section on the Islandora.ca site. If you would like to contribute to this module, please check out our helpful [Documentation for Developers](https://github.com/Islandora/islandora/wiki#wiki-documentation-for-developers) info, as well as our [Developers](http://islandora.ca/developers) section on the Islandora.ca site.
The tests for this module will not run through Drupal’s UI. They will work using Drush, which works around Drupal’s batch API.
## License ## License

3
tests/scripts/travis_setup.sh

@ -32,8 +32,7 @@ popd
sudo ln -s $HOME/drush/drush /usr/local/sbin sudo ln -s $HOME/drush/drush /usr/local/sbin
phpenv rehash phpenv rehash
# Drupal 7.28 did something that started breaking batch tests. drush dl --yes drupal
drush dl --yes drupal-7.27
cd drupal-* cd drupal-*
drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes
# Needs to make things from Composer be available (PHP CS, primarily) # Needs to make things from Composer be available (PHP CS, primarily)

Loading…
Cancel
Save