From c1c213f46e3a7e3b89d28bb480efdda1f34e55b9 Mon Sep 17 00:00:00 2001 From: Moritz Schubotz Date: Tue, 17 May 2016 07:15:22 -0400 Subject: [PATCH] Explicitly test with different node versions It seems that node-rsvg fails with node6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed4ef9a..f6c097e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ node_js: - "0.12" - "2" - "iojs" + - "4" + - "5" - "node" before_script: - sudo apt-get update -qq