[Pkg-javascript-commits] [ltx] 366/469: Add node 0.12 and iojs to travis

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 8fdd34be172b16c5d0a51c3a578cee7f0461cf9a
Author: Sonny Piers <sonny at fastmail.net>
Date:   Sat Feb 14 21:15:51 2015 +0100

    Add node 0.12 and iojs to travis
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a4df96f..ea5d325 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,8 @@ language: node_js
 node_js:
   - "0.8"
   - "0.10"
-  - "0.11"
+  - "0.12"
+  - "iojs"
 before_install:
   - npm install -g npm@~1.4.6
   - "sudo apt-get install libicu-dev"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list