From 994ed4cc9aa4199f2c9c45e21cbf2052714db700 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jan 2015 17:48:33 -0800 Subject: [PATCH] Setup for Travis. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..50557e4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +rvm: + - 2.2 + - 2.1 + - 2.0 +sudo: false +cache: bundler