1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00
ocsms/.travis.yml
2014-09-12 11:46:39 +00:00

17 lines
249 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- cd ..
- git clone https://github.com/owncloud/core.git
- mv ocsms core/apps/
- cd core
- git submodule init
- git submodule update
- cd apps/ocsms
script:
- phpunit tests