diff --git a/.travis.yml b/.travis.yml index 5ef3ae86..da286e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,6 @@ env: - REPO_TYPE=conda - REPO_TYPE=pipfile - REPO_TYPE=venv - - REPO_TYPE=stencila-r - REPO_TYPE=stencila-py - REPO_TYPE=julia - REPO_TYPE=r diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1250412..1d199ccf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,6 @@ strategy: venv: REPO_TYPE: 'venv' python_version: '3.6' - stencila_r: - REPO_TYPE: 'stencila-r' - python_version: '3.6' stencila_py: REPO_TYPE: 'stencila-py' python_version: '3.6' diff --git a/tests/r/simple/runtime.txt b/tests/r/simple/runtime.txt index c7960351..9be9b66e 100644 --- a/tests/r/simple/runtime.txt +++ b/tests/r/simple/runtime.txt @@ -1 +1 @@ -r-2017-10-24 +r-2020-07-07