mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-11 05:54:27 +01:00
Dammit
This commit is contained in:
parent
09a8d673af
commit
c1f6b97e69
10
.travis.yml
10
.travis.yml
@ -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
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user