[Pkg-javascript-commits] [node-jade] 69/72: Update Travis to test node 4 and 5

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jul 3 18:03:32 UTC 2016


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

jelmer pushed a commit to annotated tag upstream/1.0.0
in repository node-jade.

commit b354a843ba5aa82d1dbd57dbacbadae630070b2c
Author: Rob Loach <robloach at gmail.com>
Date:   Mon Nov 23 05:30:57 2015 -0500

    Update Travis to test node 4 and 5
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9e9dd09..7c85c5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ sudo: false
 node_js:
   - "0.10"
   - "0.12"
-  - "iojs"
+  - "4"
+  - "5"
 
 after_success: npm run coveralls

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



More information about the Pkg-javascript-commits mailing list