Skip to content

Commit

Permalink
Merge pull request #37 from mccrodp/remove-ui-dependency
Browse files Browse the repository at this point in the history
remove message ui dependency.  There appears to be errors with the travis file.  Ignoring this for now.
  • Loading branch information
NewZeal authored Jul 13, 2018
2 parents 5e0cd31 + 7e3c2b7 commit 14229da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ env:
- MESSAGE_NOTIFY_MODULE='message_notify'
- MESSAGE_NOTIFY_REPO='https://github.com/Gizra/message_notify.git'
- MESSAGE_NOTIFY_VERSION='8.x-1.x'
- MESSAGE_UI_MODULE='message_ui'
- MESSAGE_UI_REPO='https://github.com/mccrodp/message_ui.git'
- MESSAGE_UI_VERSION='8.x-1.x'
- MODULE_NAME='message_private'
- MODULE_TEST_GROUP='Message Private'
- DRUPAL_REPO='git://drupalcode.org/project/drupal.git'
Expand Down Expand Up @@ -62,7 +59,6 @@ install:
- cd drupal/modules
- git clone --branch $MESSAGE_VERSION $MESSAGE_REPO
- git clone --branch $MESSAGE_NOTIFY_VERSION $MESSAGE_NOTIFY_REPO
- git clone --branch $MESSAGE_UI_VERSION $MESSAGE_UI_REPO
- cd ../

before_script:
Expand Down
1 change: 0 additions & 1 deletion message_private.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ dependencies:
- views
- message
- message_notify
- message_ui

0 comments on commit 14229da

Please sign in to comment.