Pablo Tejada

Results 33 comments of Pablo Tejada

Hello, Can some test if this pull request works with phpunit 6.0? https://github.com/Block8/PHPCI/pull/1275 It replaces the TAP parser.

@wired00 If you must use this. Try PHP Censor, a fork of this project.

This ticket should be closed. The user probably did not configured the nginx correctly. The redirect to /session/login is the expected behavior to login into the application.

Stephan, If you look at older pull requests you will notice there used to be a check provided by the phpcibot user. I think the integration either broke or the...

Sorry Stephan i was not clear on my comment. I did not tried to give you the solution to what you are asking. All am saying is that it has...

Yes, at least the integration in this repo is broken. I think is because the live server that is suppose to run the tests is not running. In your original...

If you figure this out please consider adding a how to guide to the wiki. On Fri, Dec 23, 2016, 9:09 AM Stephan wrote: > Travis-CI is too expensive for...

@oitsem099 what do you mean by triggering a build by just posting on it? posting on where? If you mean triggering a build via a URL you can use `PHPCI_URL/webhook/git/PROJECT_ID`...

@oitsem099 do not confuse queuing a build vs running the actual build. The webhook URL (`http://phpci-url/webhook/git/project-number`) will queue the build. Note that even a GET request will queue a build....

At least on my end, sending a POST/GET to `PHPCI_URL/webhook/git/PROJECT_ID` queues the build for me.