[Pkg-javascript-commits] [node-stack-utils] 05/67: Travis: Test on node 5 and 4.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit 896f9d038a50bde429082fd1f2fafa8c5fa0b516
Author: James Talmage <james at talmage.io>
Date: Sun Jan 3 23:12:38 2016 -0500
Travis: Test on node 5 and 4.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2a2f1c6..53a3182 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
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-stack-utils.git
More information about the Pkg-javascript-commits
mailing list