From c438afa51382c677f7336312784971085420ec8c Mon Sep 17 00:00:00 2001 From: Adam Powers <apowers@ato.ms> Date: Mon, 24 Aug 2015 22:17:52 -0700 Subject: [PATCH] Package and travis config fix --- .travis.yml | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8111245..aff3c47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js node_js: - 0.6 - - 0.8 \ No newline at end of file + - 0.8 + - 0.10 + - 0.12 diff --git a/package.json b/package.json index 7fbeacf..23a166f 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "devDependencies": { "nodeunit": "*" }, - "scripts": {"test": "node_modules/nodeunit/bin/nodeunit test/test.*.js"} + "scripts": {"test": "./node_modules/.bin/nodeunit test"} } -- GitLab