From b753e7631bd318a1f428d8925dec64693879fd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 27 Oct 2015 16:09:13 +0100 Subject: Enable DAV app testing on travis --- .travis.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..98cf0354730 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,39 @@ +sudo: false +language: php +php: + - 5.4 + +env: + global: + - APP=dav + - TC=litmus-v2 + matrix: + - DB=sqlite + +branches: + only: + - master +# - /^stable\d+(\.\d+)?$/ + +addons: + apt: + packages: + - realpath + +before_install: + - bash tests/travis/before_install.sh $DB + +install: + - bash tests/travis/install.sh $DB + +script: + - bash apps/$APP/tests/travis/$TC.sh + +matrix: + include: + - php: 5.4 + env: DB=pgsql;TC=litmus-v1;APP=dav +# - php: 5.4 +# env: DB=mysql;TC=caldavtester;APP=dav + + fast_finish: true -- cgit v1.2.3