[Pkg-javascript-commits] [node-astw] 19/30: Remove node 0.9 and add 0.10, 0.12 and iojs to travis
Bastien Roucariès
rouca at moszumanska.debian.org
Tue Sep 26 12:55:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-astw.
commit feef73debf7bdc3900ab903808416465b118ec3e
Author: Andres Suarez <zertosh at gmail.com>
Date: Sat Apr 25 15:57:17 2015 -0400
Remove node 0.9 and add 0.10, 0.12 and iojs to travis
---
.travis.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ed178f6..74c57bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: node_js
node_js:
- - 0.8
- - 0.9
+ - "0.8"
+ - "0.10"
+ - "0.12"
+ - "iojs"
+before_install:
+ - npm install -g npm@~1.4.6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-astw.git
More information about the Pkg-javascript-commits
mailing list