From: Evert Timberg Date: Sun, 14 Feb 2016 14:38:02 +0000 (-0500) Subject: use a new node version X-Git-Tag: v2.0.0~46^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489f7ce6f7fb95225489fe9ec5f6257b65120771;p=thirdparty%2FChart.js.git use a new node version --- 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