diff --git a/.travis.yml b/.travis.yml index 6110552..4925878 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "0.8" - - "0.10" - "0.12" + - "4.0" + - "6.0" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' diff --git a/Gruntfile.js b/Gruntfile.js index c1c7a26..e4f6dd2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,7 +63,8 @@ module.exports = function (grunt) { jshint: { options: { - jshintrc: '.jshintrc' + jshintrc: '.jshintrc', + reporterOutput: '' }, files: [ 'Gruntfile.js', diff --git a/dist/showdown.js b/dist/showdown.js index b863ff6..5f8e155 100644 Binary files a/dist/showdown.js and b/dist/showdown.js differ diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 3ed35f7..3d3d5ca 100644 Binary files a/dist/showdown.min.js and b/dist/showdown.min.js differ