We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff7ee9 commit e9c9c08Copy full SHA for e9c9c08
.travis.yml
@@ -34,6 +34,7 @@ before_script:
34
- nohup php -S bone:8000 public/index.php &
35
36
script:
37
+ - php vendor/bin/codecept build --env travis
38
- php vendor/bin/codecept run unit --coverage --coverage-html --coverage-xml --env travis
39
40
after_script:
0 commit comments