From 489f7ce6f7fb95225489fe9ec5f6257b65120771 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 14 Feb 2016 09:38:02 -0500 Subject: [PATCH] use a new node version --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5397abf98..484d1364d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "0.11" - - "0.10" + - "5.6" + - "4.3" before_install: - "export CHROME_BIN=chromium-browser" @@ -13,6 +13,8 @@ before_script: script: - gulp test + - gulp coverage + - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls notifications: slack: chartjs:pcfCZR6ugg5TEcaLtmIfQYuA