Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore composer.lock | Jeremy Benoist | 2016-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | Having a big composer.lock on a final project can have side effect on incoming PR that add a new vendor. Mostly because conflict are too frequent. By ignoring composer.lock we ease the PR submission and rebase. BUT we need to be careful when we release a new version of wallabag. We should manually `git add -f composer.lock` to update it. Since composer.lock will no longer be commited I switch the `composer install` to a `composer up` in the travis configuration. | ||||
* | Update path in build file | Jeremy Benoist | 2016-01-15 | 1 | -9/+9 |
| | |||||
* | Add multiple database tests on Travis | Jeremy Benoist | 2015-09-26 | 1 | -2/+50 |
| | |||||
* | And phpunit with html coverage to ant | Jeremy | 2015-04-01 | 1 | -0/+7 |
| | | | | Launching `ant phpunit` will now generate HTML Coverage | ||||
* | Simplify build system | Jeremy | 2015-03-03 | 1 | -0/+43 |