From cc1d3e98e914f8b91348c8f2b5d32828dc62f873 Mon Sep 17 00:00:00 2001 From: don Date: Wed, 29 Mar 2017 15:15:59 +0000 Subject: [PATCH] Run tests against ruby 2.2.3 Braintree supports Ruby 2.2.3 for applications, and it seems generally easier to test against 2.2.3 as well as old versions, to make sure changes to Litmus don't break on BT-supported ruby versions. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ac8747e..fcb9388 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: ruby rvm: - 1.9.3 - 2.0.0 +- 2.2.3 sudo: false notifications: email: