diff options
Diffstat (limited to 'node_modules/browserify-cipher/.travis.yml')
-rw-r--r-- | node_modules/browserify-cipher/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/browserify-cipher/.travis.yml b/node_modules/browserify-cipher/.travis.yml new file mode 100644 index 0000000..ad7554b --- /dev/null +++ b/node_modules/browserify-cipher/.travis.yml @@ -0,0 +1,14 @@ +sudo: false +language: node_js +node_js: + - "4" + - "5" + - "6" + - "7" +matrix: + include: + - node_js: "7" + env: TEST_SUITE=standard +env: + - TEST_SUITE=unit +script: npm run-script $TEST_SUITE |