Commit graph

13 commits

Author SHA1 Message Date
Jeremy Benoist 1f155b29db
Fold migrations & fixtures command on Travis 2017-05-19 13:10:44 +02:00
Jeremy Benoist d9efa42f66
fixup! Manually import file for PostgreSQL 2016-12-19 10:35:24 +01:00
Jeremy Benoist bd8db77f5f
Remove comment
"The string "--" is not permitted within comments."
2016-12-19 10:35:24 +01:00
Jeremy Benoist 81915ad8df
And of course it doesn't work for SQLite 2016-12-19 10:35:24 +01:00
Jeremy Benoist cafb105681
Manually import file for PostgreSQL 2016-12-19 10:35:24 +01:00
Jeremy Benoist a48b5d5a5a
Run migration in test, ready for MySQL 2016-12-19 10:35:24 +01:00
Jeremy Benoist 86732aa01c Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
2016-04-12 22:14:22 +02:00
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)