From e43315146322b02786d2a44713937b804c151b30 Mon Sep 17 00:00:00 2001 From: strawbrary Date: Wed, 27 Apr 2016 13:17:03 -0700 Subject: [PATCH] build: run Travis against Linux and OS X --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c220de9fd..7014b4b37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ node_js: - 5 - 6 +os: + - linux + - osx + install: - npm -g install npm@3 - npm install