From 8b3df3fb17af2da7d697587d9a18f05fee4bce71 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 26 Apr 2020 08:15:27 +0530 Subject: [PATCH] [ci/ruby] Adds travis builds for Ruby --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index ef06b6c..3eb62af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,9 @@ jobs: - language: python python: '3.8' script: nosetests tests/test.py + - language: ruby + ruby: '2.5' + - language: ruby + ruby: '2.6' + - language: ruby + ruby: '2.7'