restrict codeception to unit tests for now
This commit is contained in:
parent
4705a62822
commit
a8b41b66e2
@ -34,7 +34,7 @@ before_script:
|
||||
- nohup php -S bone:8000 public/index.php &
|
||||
|
||||
script:
|
||||
- php vendor/bin/codecept run --coverage-xml --env travis
|
||||
- php vendor/bin/codecept run unit --coverage-xml --env travis
|
||||
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
|
||||
@ -11,4 +11,4 @@ modules:
|
||||
- AcceptanceHelper
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: 'http://localhost/myapp/'
|
||||
url: 'http://mining.del/'
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?php //[STAMP] 219d162cef2533e2501f9c8536c1bc1c
|
||||
<?php //[STAMP] 19008d74f789921fea8a20e4385f79bb
|
||||
|
||||
// This class was automatically generated by build task
|
||||
// You should not change it manually as it will be overwritten on next build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user