aboutsummaryrefslogtreecommitdiff
path: root/node_modules/create-hash/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/create-hash/.travis.yml')
-rw-r--r--node_modules/create-hash/.travis.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/node_modules/create-hash/.travis.yml b/node_modules/create-hash/.travis.yml
index 1416d607c..6c485415f 100644
--- a/node_modules/create-hash/.travis.yml
+++ b/node_modules/create-hash/.travis.yml
@@ -1,4 +1,15 @@
+sudo: false
language: node_js
+before_install:
+ - "npm install npm -g"
node_js:
- "0.10"
- - "0.11" \ No newline at end of file
+ - "0.12"
+ - "4"
+ - "5"
+ - "6"
+env:
+ - TEST_SUITE=standard
+ - TEST_SUITE=unit
+script: "npm run-script $TEST_SUITE"
+