Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated testing on Travis. #41

Closed
wants to merge 1 commit into from
Closed

Updated testing on Travis. #41

wants to merge 1 commit into from

Conversation

jhedstrom
Copy link
Collaborator

@jhedstrom jhedstrom added this to the 8.x-1.0 beta milestone Oct 14, 2016
@jhedstrom
Copy link
Collaborator Author

The composer install is failing with

    - The requested package drupal/message could not be found in any version, there may be a typo in the package name.

and similar...not sure we want to update it with custom repos just for testing.

@@ -15,7 +15,8 @@
"drupal/message_notify": "~8.1.0"
},
"require-dev": {
"drupal/og": "~8.1.0"
"drupal/og": "~8.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OG can be removed for now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one of the tests actually uses og still.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, cool, I like OG :)

@amitaibu
Copy link
Member

not sure we want to update it with custom repos just for testing.

Maybe we should add to composer.json:

+    "repositories": {
+        "drupal": {
+            "type": "composer",
+            "url": "https://packagist.drupal-composer.org"
+        }
+    }

@jhedstrom
Copy link
Collaborator Author

I added that, but wonder if that will have conflicts with drupal.org's own packagist stuff...hopefully not :)

@jhedstrom jhedstrom modified the milestone: 8.x-1.0 beta Nov 7, 2016
@jhedstrom jhedstrom modified the milestone: 8.x-1.0 rc Mar 31, 2017
@jhedstrom jhedstrom closed this Oct 4, 2019
@jhedstrom jhedstrom deleted the 40-travis-update branch October 4, 2019 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Travis CI
2 participants