Skip to content

Commit 36b577a

Browse files
authored
Update .travis.yml
1 parent a6ce84c commit 36b577a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ before_install:
2727
# Load cached docker images
2828
- if [[ -d $HOME/docker ]]; then ls $HOME/docker/*.tar.gz | xargs -I {file} sh -c "zcat {file} | docker load"; fi
2929

30-
before_script:
31-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
32-
- chmod +x ./cc-test-reporter
33-
- ./cc-test-reporter before-build
34-
35-
after_script:
36-
- ./cc-test-reporter after-build --prefix "/home/travis/build/khorevaa/cli/coverage/" --exit-code $TRAVIS_TEST_RESULT
37-
3830
before_cache:
3931
# Save tagged docker images
4032
- >
@@ -50,7 +42,7 @@ script:
5042
- grep 'Результат прогона тестов <Да>' /tmp/test.log
5143
after_success:
5244
# - bash <(curl -s https://codecov.io/bash)
53-
# - ./sonar-qube.sh
45+
- ./sonar-qube.sh
5446

5547
cache:
5648
directories:

0 commit comments

Comments
 (0)