[Pkg-javascript-commits] [node-sha.js] 19/31: drop Node <4

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 30 11:23:26 UTC 2017


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

rouca pushed a commit to branch master
in repository node-sha.js.

commit 27e649cfe873aca5d0daa89c4bcbb4f0481bffe9
Author: Daniel Cousens <github at dcousens.com>
Date:   Wed May 24 16:33:39 2017 +1000

    drop Node <4
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cbc0adb..0b606eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,17 +3,15 @@ os:
   - linux
 language: node_js
 node_js:
-  - "0.10"
-  - "0.11"
-  - "0.12"
   - "4"
   - "5"
   - "6"
+  - "7"
 env:
   matrix:
     - TEST_SUITE=unit
 matrix:
   include:
-    - node_js: "4"
+    - node_js: "7"
       env: TEST_SUITE=lint
 script: npm run $TEST_SUITE

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



More information about the Pkg-javascript-commits mailing list