Skip to content

Commit

Permalink
Some weird caching issue with old name
Browse files Browse the repository at this point in the history
  • Loading branch information
willpearse committed Jun 11, 2019
1 parent 755efb8 commit 6a34665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: r
latex: false
latex: true

cache:
- packages
Expand All @@ -9,5 +9,5 @@ after_success:
- Rscript -e 'covr::codecov()'

r_build_args: --no-build-vignettes --resave-data
r_check_args: --no-tests --no-build-vignettes
r_check_args: --no-tests --no-build-vignettes --ignore-vignettes

0 comments on commit 6a34665

Please sign in to comment.