1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-11 05:54:27 +01:00
This commit is contained in:
Thomas Tanghus 2013-08-19 23:28:20 +02:00
parent 09a8d673af
commit c1f6b97e69
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,9 @@
language: php language: php
php: php:
- 5.3 - 5.3
- 5.4
- 5.5 # - 5.4
# - 5.5
branches: branches:
except: except:
@ -13,8 +14,9 @@ script:
env: env:
- DB=mysql - DB=mysql
- DB=pgsql
- DB=sqlite # - DB=pgsql
# - DB=sqlite
before_script: before_script:
- composer install - composer install

View File

@ -41,7 +41,7 @@ package_name=$(build_directory)$(app_name)
test: javascript-tests unit-tests integration-tests acceptance-tests test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests: unit-tests:
cd tests; phpunit *.php cd tests && phpunit *.php
#tests/vobject.php #tests/vobject.php