aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fold migrations & fixtures command on TravisJeremy Benoist2017-05-191-36/+0
|
* fixup! Manually import file for PostgreSQLJeremy Benoist2016-12-191-6/+6
|
* Remove commentJeremy Benoist2016-12-191-11/+0
| | | | "The string "--" is not permitted within comments."
* And of course it doesn't work for SQLiteJeremy Benoist2016-12-191-0/+9
|
* Manually import file for PostgreSQLJeremy Benoist2016-12-191-8/+13
|
* Run migration in test, ready for MySQLJeremy Benoist2016-12-191-11/+90
|
* 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