From 18239f539b678679ca3fb0b1620f7705b36497fd Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 21 Sep 2018 11:31:09 -0500 Subject: [PATCH] have travis run the tests on osx (macOS) in addition to linux --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index da13bda1c..53b74b1e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +os: + - linux + - osx node_js: - "8" addons: