restrict codeception to unit tests for now

This commit is contained in:
delboy1978uk 2014-12-21 14:40:22 +00:00
parent 4705a62822
commit a8b41b66e2
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ before_script:
- nohup php -S bone:8000 public/index.php & - nohup php -S bone:8000 public/index.php &
script: script:
- php vendor/bin/codecept run --coverage-xml --env travis - php vendor/bin/codecept run unit --coverage-xml --env travis
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar

View File

@ -11,4 +11,4 @@ modules:
- AcceptanceHelper - AcceptanceHelper
config: config:
PhpBrowser: PhpBrowser:
url: 'http://localhost/myapp/' url: 'http://mining.del/'

View File

@ -1,4 +1,4 @@
<?php //[STAMP] 219d162cef2533e2501f9c8536c1bc1c <?php //[STAMP] 19008d74f789921fea8a20e4385f79bb
// This class was automatically generated by build task // This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build // You should not change it manually as it will be overwritten on next build