Browse Source

Update to use dev branch of rules (#56)

* Update to use dev branch of rules.

* Get travis to update dependancies.
pull/756/head
Jonathan Green 7 years ago committed by dannylamb
parent
commit
f6394eab62
  1. 2
      .travis.yml
  2. 2
      composer.json

2
.travis.yml

@ -21,7 +21,7 @@ install:
- $SCRIPT_DIR/travis_setup_drupal.sh - $SCRIPT_DIR/travis_setup_drupal.sh
- git -C "$TRAVIS_BUILD_DIR" checkout -b travis-testing - git -C "$TRAVIS_BUILD_DIR" checkout -b travis-testing
- cd $DRUPAL_DIR; composer config repositories.local path "$TRAVIS_BUILD_DIR" - cd $DRUPAL_DIR; composer config repositories.local path "$TRAVIS_BUILD_DIR"
- composer require "islandora/islandora:dev-travis-testing as dev-8.x-1.x" --prefer-source - composer require "islandora/islandora:dev-travis-testing as dev-8.x-1.x" --prefer-source --update-with-dependencies
- cd web; drush --uri=127.0.0.1:8282 en -y islandora - cd web; drush --uri=127.0.0.1:8282 en -y islandora
script: script:

2
composer.json

@ -16,7 +16,7 @@
], ],
"require": { "require": {
"drupal/inline_entity_form": "^1.0@beta", "drupal/inline_entity_form": "^1.0@beta",
"drupal/rules": "^3.0@alpha", "drupal/rules": "3.x-dev",
"drupal/search_api": "^1.0@beta", "drupal/search_api": "^1.0@beta",
"islandora/jsonld": "dev-8.x-1.x", "islandora/jsonld": "dev-8.x-1.x",
"stomp-php/stomp-php": "4.*", "stomp-php/stomp-php": "4.*",

Loading…
Cancel
Save