[Pkg-javascript-commits] [node-detective] 84/119: Remove add 0.10, 0.12 and iojs to travis
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:44:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-detective.
commit 38ff50bfc4116759ddae6e1cb68c0cdc97344567
Author: Andres Suarez <zertosh at gmail.com>
Date: Sat Apr 25 15:53:52 2015 -0400
Remove 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 09d3ef3..74c57bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: node_js
node_js:
- - 0.8
- - 0.10
+ - "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-detective.git
More information about the Pkg-javascript-commits
mailing list