From a8bfb7a435084a81a126d37dbd3416b4412836b2 Mon Sep 17 00:00:00 2001
From: Adam Powers <apowers@ato.ms>
Date: Thu, 3 Sep 2015 22:50:39 -0700
Subject: [PATCH] Revert "Package and travis config fix"

This reverts commit c438afa51382c677f7336312784971085420ec8c.
---
 .travis.yml  | 4 +---
 package.json | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index aff3c47..8111245 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,4 @@
 language: node_js
 node_js:
   - 0.6
-  - 0.8
-  - 0.10
-  - 0.12
+  - 0.8
\ No newline at end of file
diff --git a/package.json b/package.json
index 23a166f..7fbeacf 100644
--- a/package.json
+++ b/package.json
@@ -30,5 +30,5 @@
     "devDependencies": {
         "nodeunit": "*"
     },
-    "scripts": {"test": "./node_modules/.bin/nodeunit test"}
+    "scripts": {"test": "node_modules/nodeunit/bin/nodeunit test/test.*.js"}
 }
-- 
GitLab