diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-11-09 16:31:59 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-11-09 16:31:59 +0100 |
commit | f1eccfd63f214dcc730ab0d18a694a5465f425db (patch) | |
tree | e6cbd355f3a360e5619821fb1415ee26a01f11ce /.travis.yml | |
parent | 4529d0f4b6b20cbbd1ccb5339a753aff7d35552b (diff) | |
parent | 53cf5106891fc64f3f66cb6b3316654a9620239c (diff) | |
download | wallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.tar.gz wallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.tar.zst wallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.zip |
Merge pull request #1500 from wallabag/v2-quote-pgsql
Fix quote strategy for reserved keyword in Postgres
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index df3a5c72..9a19be61 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -51,7 +51,7 @@ before_script: | |||
51 | 51 | ||
52 | script: | 52 | script: |
53 | - ant prepare-$DB | 53 | - ant prepare-$DB |
54 | - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit --exclude-group command-doctrine -v | 54 | - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v |
55 | 55 | ||
56 | # after_script: | 56 | # after_script: |
57 | # - | | 57 | # - | |