[Pkg-javascript-commits] [node-syntax-error] 29/47: Remove node 0.6 and add 0.10, 0.12 and iojs to travis
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:30:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-syntax-error.
commit a83fbe26a82990892bda4d92dc7549e18e5dfaba
Author: Andres Suarez <zertosh at gmail.com>
Date: Sat Apr 25 15:49:14 2015 -0400
Remove node 0.6 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 895dbd3..74c57bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: node_js
node_js:
- - 0.6
- - 0.8
+ - "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-syntax-error.git
More information about the Pkg-javascript-commits
mailing list