diff --git a/.travis.yml b/.travis.yml index 31a277af..ff1a9959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: script: - npm test after_success: - - ./node_modules/.bin/codecov + - bash <(curl -s https://codecov.io/bash) # safelist (prevent double builds in PRs) branches: only: