aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..8c5ea077
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,36 @@
+# Run CI for R using https://eddelbuettel.github.io/r-ci/
+
+language: c
+sudo: required
+dist: focal
+
+jobs:
+ include:
+ - name: linux
+ os: linux
+
+env:
+ global:
+ - USE_BSPM="true"
+
+before_install:
+ - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
+ - chmod 0755 run.sh
+ - ./run.sh bootstrap
+
+install:
+ - ./run.sh install_all
+
+script:
+ - ./run.sh run_tests
+
+after_failure:
+ - ./run.sh dump_logs
+
+#after_success:
+# - ./run.sh coverage
+
+notifications:
+ email:
+ on_success: change
+ on_failure: change

Contact - Imprint