aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 99b3365..0496fb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,9 @@ jobs:
os: linux
env:
- global:
- - NOT_CRAN="true"
- - _R_CHECK_FORCE_SUGGESTS_="false"
- - DRAT_REPOS="jranke"
+ NOT_CRAN: "true"
+ _R_CHECK_FORCE_SUGGESTS_: "false"
+ DRAT_REPOS: "jranke"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh

Contact - Imprint