[Pkg-javascript-commits] [node-dargs] 36/54: Travis CI: Test on Node.js v4.x.x and v5.x.x

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:41:04 UTC 2017


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

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

commit 57ad0a62d62213848b1d78b7a92ed3ec222796a3
Author: Stephen Edgar <stephen at netweb.com.au>
Date:   Wed Dec 30 02:05:46 2015 +1100

    Travis CI: Test on Node.js v4.x.x and v5.x.x
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 52ba159..a78e23d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 sudo: false
 language: node_js
 node_js:
-  - 'stable'
+  - '5'
+  - '4'
   - '0.12'
   - '0.10'

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



More information about the Pkg-javascript-commits mailing list