[Pkg-javascript-commits] [node-stream-http] 108/208: Run travis tests using node 4.1
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit a69310d8fcf40797e2cee6d3f03c8af3dd576ec4
Author: John Hiesey <john at hiesey.com>
Date: Fri Jan 8 23:27:14 2016 +0100
Run travis tests using node 4.1
This is the latest version currently supported according
to the travis docs. The version used here shouldn't actually
affect the results of the tests, but we might as well use
something more recent.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 8af8150..3428b14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- - "0.12"
\ No newline at end of file
+ - "4.1"
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git
More information about the Pkg-javascript-commits
mailing list