From 28d5e8e674071531d1daa30c62013b96330dfc40 Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Mon, 15 Jan 2018 17:57:45 +0100 Subject: [PATCH] chore(ci): add travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8b9d848 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 1.9 + - 2.0 + - 2.1 + - 2.2 + - 2.3 + - 2.4 + - 2.5