From c4e7896a87d97988926d3b57f62599384c5c7189 Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Fri, 27 Mar 2020 22:32:01 +0100 Subject: [PATCH] experiment with travis-ci setup --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..f834b7f2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: ruby +rvm: + - 2.7.0 + - 2.6.0 + - 2.5.0 -- 2.39.5