diff --git a/.travis.yml b/.travis.yml index 85f5060..153266a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,4 @@ deploy: script: Rscript -e 'pkgdown::deploy_site_github()' skip_cleanup: true on: - condition: | - branch IN (master, travis, rc-v1.0.0) AND \ - type = push + all_branches: true