Skip to content

Commit

Permalink
updated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jul 20, 2020
1 parent 0bc36b4 commit 22cbae7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,7 +1,17 @@
language: R
sudo: false
cache: packages

addons:
apt:
packages:
- libglu1-mesa-dev

env:
global:
- RGL_USE_NULL=TRUE
- R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
- _R_CHECK_FORCE_SUGGESTS_=false

after_success:
- Rscript -e 'covr::coveralls()'
- R CMD INSTALL --build ${PKG_TARBALL}
Expand Down

0 comments on commit 22cbae7

Please sign in to comment.