diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-10 08:34:45 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-10 08:34:45 +0200 | 
| commit | 28914451ac0ccc5bade64d9a79b7897cc701360a (patch) | |
| tree | 89812e638518d60c915f72b10b4991a0a4e93849 | |
| parent | 7777ff3b019e54364947ff393e2dab782d7cfe3c (diff) | |
Address build config validation hints
| -rw-r--r-- | .travis.yml | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index 0d180f7e..c8db9f42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +os: linux +dist: xenial  language: r  r:    - release @@ -7,8 +9,8 @@ addons:    apt:      packages:        - gcc -r_github_packages: -  - r-lib/covr +r_binary_packages: +  - covr  script:    - |      R CMD build . | 
