From 214ad005bc8612f40eab9a2006e0e2ea0bd16cc1 Mon Sep 17 00:00:00 2001 From: logikgate Date: Thu, 17 May 2018 13:25:54 -0400 Subject: [PATCH] Run travis against osx and linux, travis doesn't do windows --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e3758de..3856fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +os: + - linux + - osx node_js: - stable - "0.12"