From e37bbcbce6ebb0986e87293e1fdd4851cf30941c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 17 Sep 2015 12:21:23 +0200 Subject: [PATCH] Also run Travis on OS X --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a5064b..1a314d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,3 +29,7 @@ notifications: on_failure: change cache: bundler + +os: + - linux + - osx