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

TravisCI / fix health test, install serve #249

Conversation

dnsl48
Copy link
Contributor

@dnsl48 dnsl48 commented Feb 1, 2019

No description provided.

@dnsl48 dnsl48 force-pushed the pulls/master/fix-travis-health branch from cf9098b to 8a0fe32 Compare February 1, 2019 04:00
@@ -79,6 +79,7 @@ before_script:
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:3.x-dev; fi
- if [[ $BEHAT_TEST ]]; then composer require --no-update silverstripe/recipe-testing:^2; fi;
- if [[ $HEALTH_TEST ]]; then composer require --no-update silverstripe/serve:^3; fi;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is included already in recipe-testing right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I think so. Although, we don't install recipe-testing for the health test as it brings up too many other unnecessary deps.

@robbieaverill robbieaverill merged commit 0606974 into silverstripe:master Feb 2, 2019
@dnsl48 dnsl48 deleted the pulls/master/fix-travis-health branch February 2, 2019 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants