Skip to content

Commit

Permalink
Результат проверки работы тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Feb 2, 2018
1 parent cb0cd90 commit 069ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
script:
- docker version
- docker run -it -v $(pwd):/work_dir evilbeaver/onescript:1.0.19 sh -c 'cd /work_dir; sh /work_dir/travis-ci.sh; exit' | tee /tmp/test.log
- ! grep -q 'Тестирование завершилось неудачно!' /tmp/test.log
- grep 'Результат прогона тестов <Да>' /tmp/test.log
after_success:
- bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 069ad27

Please sign in to comment.