From 55adb7337e567c3d552c4903a844ce60204e5bf6 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 14 Jul 2016 23:25:03 -0400 Subject: [PATCH] Add Travis NPM script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 89d30dce..cef6a5bd 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "lint": "jshint .", "start": "node index.js", "test": "npm run unit", + "travis": "npm test", "unit": "./bin/units", "validate": "npm ls" },