diff --git a/.travis.yml b/.travis.yml index a39b751..00364ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ script: done after_script: - - bash <(curl -s https://codecov.io/bash) + - curl -fL https://codecov.io/bash -o codecov.sh && bash codecov.sh