aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move test parameters out of parameters.ymlJeremy Benoist2016-04-121-6/+6
| | | | The end user doesn't care to about the test database.
* Disable xdebug all the timeJeremy Benoist2016-01-211-12/+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.
* Ignore composer.lockJeremy Benoist2016-01-201-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 fileJeremy Benoist2016-01-151-9/+9
|
* Add multiple database tests on TravisJeremy Benoist2015-09-261-2/+50
|
* And phpunit with html coverage to antJeremy2015-04-011-0/+7
| | | | Launching `ant phpunit` will now generate HTML Coverage
* Simplify build systemJeremy2015-03-031-0/+43