[Pkg-javascript-commits] [node-browserify-aes] 08/43: .travis: add node 7, drop node 10/11/iojs

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 14:41:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browserify-aes.

commit 2cd7a2d93ff28dade2d84e899fd3ef15434cbc44
Author: Daniel Cousens <github at dcousens.com>
Date:   Fri May 19 14:51:59 2017 +1000

    .travis: add node 7, drop node 10/11/iojs
---
 .travis.yml  | 16 ++++++++++++----
 package.json |  4 +++-
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eb83acd..ad7554b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,14 @@
+sudo: false
 language: node_js
 node_js:
-  - "0.11"
-  - "0.10"
-  - "0.12"
-  - "iojs"
+  - "4"
+  - "5"
+  - "6"
+  - "7"
+matrix:
+  include:
+    - node_js: "7"
+      env: TEST_SUITE=standard
+env:
+  - TEST_SUITE=unit
+script: npm run-script $TEST_SUITE
diff --git a/package.json b/package.json
index 0c48faf..46c4db2 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,9 @@
     "test": "test"
   },
   "scripts": {
-    "test": "standard && node test/index.js|tspec"
+    "standard": "standard",
+    "unit": "node test/index.js | tspec",
+    "test": "npm run standard && npm run unit"
   },
   "repository": {
     "type": "git",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git



More information about the Pkg-javascript-commits mailing list