diff --git a/.travis.yml b/.travis.yml index 0c32f92..c09c70c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,4 @@ after_success: - psql -d postgis -c "GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO travis" - 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()' + - R -q -e 'covr::codecov(quiet = FALSE)' \ No newline at end of file