diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 19:20:43 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 20:36:35 +0200 |
commit | 5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e (patch) | |
tree | 975f8319a53ed9372454d10a75e6f16673813fcb /.travis.yml | |
parent | 18b812b1b905a53c185b3572541b3e90c08b669f (diff) | |
download | wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.tar.gz wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.tar.zst wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.zip |
Some cleanup
- travis tabulation
- extra namespace definition in entities
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e2bf90ca..fc9a38c2 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -23,9 +23,9 @@ php: | |||
23 | - hhvm | 23 | - hhvm |
24 | 24 | ||
25 | env: | 25 | env: |
26 | - DB=mysql | 26 | - DB=mysql |
27 | - DB=pgsql | 27 | - DB=pgsql |
28 | - DB=sqlite | 28 | - DB=sqlite |
29 | 29 | ||
30 | matrix: | 30 | matrix: |
31 | fast_finish: true | 31 | fast_finish: true |