diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-11 14:36:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-11 14:36:30 +0200 |
commit | 6f78e98e81cbdda9a3caf90641a66df52afb37ac (patch) | |
tree | a7a6568d8fcb2fda053e21abdb33d140a13834c5 | |
parent | 1aeb2c5e3dc4782f0cc7279bf16b9ba06a08f328 (diff) |
Fix travis syntax
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8f4e1566..906010f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,10 @@ addons: cache: packages repos: CRAN: https://cloud.r-project.org -r_packages: nlme devtools codecov +r_packages: + - nlme + - devtools + - codecov r_github_packages: - jranke/saemixextension@warp_combined script: |