diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-10 16:11:49 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-10 16:11:49 +0100 |
commit | e4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4 (patch) | |
tree | dd71493d329c4e68f8776d30b7b908e876b1f6ad /.travis.yml | |
parent | bbe2f5c2d57d57d5f89a76b63b9ba43bd0168169 (diff) | |
parent | af94c880b380264ecdec17183468170620be1382 (diff) | |
download | nextcloud-server-e4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4.tar.gz nextcloud-server-e4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4.zip |
Merge pull request #20195 from owncloud/add-caldavtester
Add CalDAVTester to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 95e8a2f7de4..49a9e07e3fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ matrix: include: - php: 5.4 env: DB=pgsql;TC=litmus-v1 + - php: 5.4 + env: DB=pgsql;TC=carddavtester # - php: 5.4 # env: DB=mysql;TC=caldavtester |