diff --git a/.travis.yml b/.travis.yml index 7eeb0caa..eb67a155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ script: - make fmt_check after_success: - ls -l - - bash <(curl -s https://codecov.io/bash) -f "./profile.cov" + - bash <(curl -s https://codecov.io/bash) -f "../profile.cov" branches: except: - gobot.io