Commit graph

6 commits

Author SHA1 Message Date
Jeremy Benoist 3ee1582e60 Disable xdebug all the time
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.
2016-01-21 09:29:14 +01:00
Jeremy Benoist 173629a400 Ignore composer.lock
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.
2016-01-20 18:49:45 +01:00
Jeremy Benoist ccf50a9fd8 Update path in build file 2016-01-15 09:35:39 +01:00
Jeremy Benoist 03fb6fde5f Add multiple database tests on Travis 2015-09-26 11:56:15 +02:00
Jeremy 276a1e9d3f And phpunit with html coverage to ant
Launching `ant phpunit` will now generate HTML Coverage
2015-04-01 21:32:02 +02:00
Jeremy 8378485e33 Simplify build system 2015-03-03 19:20:08 +01:00
Renamed from app/build.xml (Browse further)