[Pkg-javascript-commits] [node-hash-base] 03/13: Add node7 to travis

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 12 22:00:29 UTC 2017


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

rouca pushed a commit to branch upstream
in repository node-hash-base.

commit 3d29655b7add9008e88f76f4acb5bfe77df7833e
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Wed Nov 2 13:03:20 2016 +0300

    Add node7 to travis
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 296bd19..f7227d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,12 @@ node_js:
   - "4"
   - "5"
   - "6"
+  - "7"
 env:
   matrix:
     - TEST_SUITE=unit
 matrix:
   include:
-    - node_js: "4"
+    - node_js: "6"
       env: TEST_SUITE=lint
 script: npm run-script $TEST_SUITE

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



More information about the Pkg-javascript-commits mailing list