@@ -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'
@@ -63,7 +63,8 @@ module.exports = function (grunt) {
jshint: {
options: {
- jshintrc: '.jshintrc'
+ jshintrc: '.jshintrc',
+ reporterOutput: ''
},
files: [
'Gruntfile.js',
@@ -1,4 +1,4 @@
-;/*! showdown 30-08-2016 */
+;/*! showdown 29-09-2016 */
(function(){
/**
* Created by Tivie on 13-07-2015.