1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +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
php:
- 5.3
- 5.4
- 5.5
# - 5.4
# - 5.5
branches:
except:
@ -13,8 +14,9 @@ script:
env:
- DB=mysql
- DB=pgsql
- DB=sqlite
# - DB=pgsql
# - DB=sqlite
before_script:
- composer install

View File

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