From c84afc6718c4ccc60f96701e657997cd612776a7 Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 8 Jul 2019 10:56:26 -0500 Subject: [PATCH] Test OSX specific changes on mac on travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c9c8da..483ea23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: ruby +os: + - linux + - osx before_install: - gem install bundler -v 1.12.5 @@ -14,4 +17,4 @@ matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode - - rvm: jruby-19mode \ No newline at end of file + - rvm: jruby-19mode