[Pkg-javascript-commits] [node-stream-browserify] 36/44: add iojs and 0.12 to test
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:44 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-browserify.
commit 5670a5c181606699cc30fef89318757bd6216894
Author: Steve Mao <stevemao at users.noreply.github.com>
Date: Wed Jun 24 18:41:07 2015 +1000
add iojs and 0.12 to test
---
.travis.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9672e12..a9df7e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
+sudo: false
language: node_js
node_js:
+ - 'iojs'
+ - '0.12'
+ - '0.10'
- "0.8"
- - "0.10"
before_install:
- - npm install -g npm@~1.4.6
+ - npm install -g npm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git
More information about the Pkg-javascript-commits
mailing list