From e101492a1078a122c5944f5aed6c0ce9468dcfba Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 4 Jun 2017 18:41:04 -0700 Subject: [PATCH] updated testing platforms --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b22b6c5..3b60fdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ language: ruby cache: bundler +os: + - linux + - osx + rvm: - 2.4.1 - 2.3.1 - 2.2.0 - - 2.0.0 before_install: - gem update --system