diff --git a/.travis.yml b/.travis.yml index eb67a155..5572ba7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,7 @@ script: - echo "Checking that code is well-formatted" - 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 "../*.cov" branches: except: - gobot.io