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

OPENEUROPA-721: Update code-review and grump.yml.dist file. #23

Merged
merged 4 commits into from
Jul 20, 2018

Conversation

imanoleguskiza
Copy link
Contributor

No description provided.

composer.json Outdated
@@ -12,7 +12,7 @@
"phpunit/phpunit": "^5||^6.0"
},
"require-dev": {
"openeuropa/code-review": "^0.2",
"openeuropa/code-review": "^0.3",

Choose a reason for hiding this comment

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

We don't need to state that we require 0.3 if we are not using the new features that are added in that version. We are still compatible with 0.2. A good idea would be to change the version range to ~0.2 then we are compatible with both 0.2, 0.3 and future versions.

@pfrenssen
Copy link

pfrenssen commented Jul 18, 2018

I really like Drone but their error messages suck. I have no idea what this means. This could be either a problem in the .drone file or on the server side configuration.

I see that a line of whitespace was removed from the Drone file, maybe we can reinstate that? If that doesn't help I would go to the devops team for help.

@imanoleguskiza
Copy link
Contributor Author

I believe in this case this case the drone error is caused because the drone.yml file is not present in the branch yet.

@pfrenssen
Copy link

OK this makes sense. I see that the master branch is also failing with the same error. It is normally against our acceptance procedure to allow PRs with failing tests, but this is not causing a regression and providing Drone support is out of scope for this PR.

I think it is OK for me to accept this now. I have created an issue to take a look at Drone: #24

@ku-enza
Copy link
Contributor

ku-enza commented Jul 20, 2018

Why do we have Travis and Drone here as CI tool?
Travis file do not exist in master branch...

@imanoleguskiza
Copy link
Contributor Author

Because the branch was created before drone support was added. I think it should be enough to just remove the travis file.

Copy link
Contributor

@ku-enza ku-enza left a comment

Choose a reason for hiding this comment

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

Fixed the merge by removing .travis.yml,
👍
Ready to be merged .

@imanoleguskiza imanoleguskiza merged commit bde7fc6 into master Jul 20, 2018
@voidtek voidtek deleted the OPENEUROPA-721 branch September 12, 2018 13:03
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.

3 participants