Skip to content

Commit c671ff1

Browse files
Исправлена среда тестирования. Добавлен файл travis
1 parent 3c37d09 commit c671ff1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
3+
script:
4+
- vendor/bin/codecept run --coverage --coverage-xml --coverage-phpunit
5+
6+
after_success:
7+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)