[Pkg-javascript-commits] [node-expat] 211/371: Lets drop nodejs < 0.8 support and test up to 0.11
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 97378fe01f482483a16afea5b18318e9076d1f40
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date: Fri Dec 6 09:06:40 2013 +0000
Lets drop nodejs < 0.8 support and test up to 0.11
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 895dbd3..72ddf0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js:
- - 0.6
- 0.8
+ - 0.9
+ - "0.10"
+ - "0.11"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list