run basic app functional tests within the main repo test chain

This commit is contained in:
Carsten Brandt 2014-01-05 12:49:37 +01:00
parent f36a0382bc
commit 63b173ff40

View File

@ -1,12 +0,0 @@
language: php
php:
- 5.5
- 5.4
before_script:
- composer install --dev --prefer-dist
- php vendor/bin/codecept build
script:
- php vendor/bin/codecept run functional