diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-28 09:41:49 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-28 09:41:49 +0200 |
commit | cc8c2d315f6868201ff32cc4895844c800624a87 (patch) | |
tree | 9a59669aba09a08751aecc0dcf8ccd1e20aef6c6 /.travis.yml | |
parent | a2d6f6e9d806c727b20a08f37ef7ede1e0dad3cf (diff) | |
parent | 8f336fda649c064cabfa692793334067ece780f9 (diff) | |
download | wallabag-cc8c2d315f6868201ff32cc4895844c800624a87.tar.gz wallabag-cc8c2d315f6868201ff32cc4895844c800624a87.tar.zst wallabag-cc8c2d315f6868201ff32cc4895844c800624a87.zip |
Merge pull request #1819 from wallabag/cleanup
Some cleanup
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 |