Browse Source

working on travis before CRAN

pull/20/head
boB Rudis 5 years ago
parent
commit
7874b88902
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 3
      .travis.yml

3
.travis.yml

@ -71,6 +71,3 @@ after_success:
- createdb empty
- psql -d empty -c "CREATE EXTENSION postgis;"
- R -q -e 'covr::codecov(quiet = FALSE)'
install: R -q -e 'tic::install()'
script: R -q -e 'tic::script()'

Loading…
Cancel
Save