Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defining Github token is now useless | Jeremy Benoist | 2016-02-29 | 1 | -1/+0 |
| | | | | We are using it differently with .composer-auth.json file | ||||
* | Fix postgres database creation | Jeremy Benoist | 2016-02-29 | 1 | -1/+1 |
| | | | | Test database was renamed in https://github.com/wallabag/wallabag/pull/1639 but the travis configuration was missed | ||||
* | Fix authentication for PR by external contributors | Nicolas Lœuillet | 2016-02-27 | 1 | -0/+3 |
| | |||||
* | Exclude v1 branches from Travis | Jeremy Benoist | 2016-02-24 | 1 | -2/+4 |
| | | | | | Instead of allowing only v2. Branches which didn't target v2 BUT related to v2 weren't tested on Travis | ||||
* | Disable xdebug all the time | Jeremy Benoist | 2016-01-21 | 1 | -3/+4 |
| | | | | | | Use travis_wait to avoid travis timeout on `composer up` Jump to `memory_limit -1` for `composer up` Also, since composer.lock is ignored, we can remove it. | ||||
* | Remove some commented code | Jeremy Benoist | 2016-01-15 | 1 | -9/+0 |
| | |||||
* | Wallabag now require PHP >= 5.5 | Jeremy Benoist | 2016-01-15 | 1 | -1/+1 |
| | | | | See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780 | ||||
* | PHP 7.0 must not fail | Jeremy Benoist | 2015-12-29 | 1 | -1/+0 |
| | |||||
* | Updated composer.lock | Bertrand Dunogier | 2015-12-23 | 1 | -1/+0 |
| | | | | | | | Had to restrict scheb/two-factor-bundle to ~1.4.0 because of a circular service reference. See https://github.com/scheb/two-factor-bundle/issues/33. Also updated php version requirement to 5.5.0. | ||||
* | Re-enable test on doctrine command | Jeremy Benoist | 2015-11-07 | 1 | -1/+1 |
| | | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency. | ||||
* | CS | Jeremy Benoist | 2015-11-07 | 1 | -1/+1 |
| | | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis | ||||
* | Enabled Tidy on travis for HHVM | Jeremy Benoist | 2015-09-28 | 1 | -0/+6 |
| | |||||
* | Fix authentication error from Github | Jeremy Benoist | 2015-09-26 | 1 | -3/+2 |
| | | | | From: http://blog.wyrihaximus.net/2015/09/github-auth-token-on-travis/ | ||||
* | Fix HHVM & PHP 7.0 | Jeremy Benoist | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | Add multiple database tests on Travis | Jeremy Benoist | 2015-09-26 | 1 | -6/+17 |
| | |||||
* | Disable coverage | Jeremy Benoist | 2015-05-30 | 1 | -10/+10 |
| | | | | | | It takes ages to process and most of the time the build fail for "execution time" too long. Too much time already burned to investigate it. We'll investigate later, it's not a priority atm. | ||||
* | Enable debug on phpunit | Jeremy Benoist | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Update InstallCommand test | Jeremy | 2015-03-31 | 1 | -2/+2 |
| | | | | | | | | They are god damn too long to execute because it launch external command (mostly related to doctrine). So I've added a PHPUnit @group (`command-doctrine`) so that we can avoid launching them on a regular basis, like that: `phpunit --exclude-group command-doctrine` | ||||
* | Rewrite travis & add scrutinizer | Jeremy | 2015-03-28 | 1 | -14/+32 |
| | |||||
* | Enable hhvm & nightly for curiosity | Jeremy | 2015-03-27 | 1 | -0/+7 |
| | |||||
* | Switch to Docker-based infrastructure | Jeremy | 2015-03-27 | 1 | -1/+3 |
| | |||||
* | Simplify build system | Jeremy | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | fix travis configuration | Nicolas Lœuillet | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Tests are working again | Jeremy | 2015-01-31 | 1 | -1/+13 |
| | |||||
* | finally fix phpunit and travis? | Nicolas Lœuillet | 2015-01-30 | 1 | -0/+2 |
| | |||||
* | tell to travis that I code in PHP | Nicolas Lœuillet | 2015-01-30 | 1 | -0/+1 |
| | |||||
* | travis configuration | Nicolas Lœuillet | 2015-01-19 | 1 | -0/+3 |
| | |||||
* | changes in md files | Nicolas Lœuillet | 2013-08-23 | 1 | -15/+0 |
| | |||||
* | travis | Nicolas Lœuillet | 2013-08-08 | 1 | -0/+15 |
| | |||||
* | preparing travis | Nicolas Lœuillet | 2013-08-08 | 1 | -0/+0 |