diff --git a/.travis.yml b/.travis.yml index 2793888..4a65ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ before_script: - psql -c 'create database test;' -U postgres after_success: -- Rscript -e 'covr::codecov()' + #- Rscript -e 'covr::codecov()' + - bash <(curl -s https://codecov.io/bash)