From aeaa6bd5a05299c79e9f682c8d1a14c3ac55a851 Mon Sep 17 00:00:00 2001 From: Clare <chorscroft@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:11:40 +0000 Subject: [PATCH] Created .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..eba8c65 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r + +language: R +cache: packages -- GitLab