Skip to content

Commit

Permalink
submodules turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Oct 26, 2018
1 parent edff8ac commit 7442e24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,8 +1,12 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
sudo: true
dist: trusty

git:
submodules: false

after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 7442e24

Please sign in to comment.