chore(travis): update node versions

pull/302/merge
Estevao Soares dos Santos 2016-09-29 00:20:30 +01:00
parent b7e7560f87
commit 8cd79e1344
4 changed files with 6 additions and 5 deletions

View File

@ -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'

View File

@ -63,7 +63,8 @@ module.exports = function (grunt) {
jshint: {
options: {
jshintrc: '.jshintrc'
jshintrc: '.jshintrc',
reporterOutput: ''
},
files: [
'Gruntfile.js',

2
dist/showdown.js vendored
View File

@ -1,4 +1,4 @@
;/*! showdown 30-08-2016 */
;/*! showdown 29-09-2016 */
(function(){
/**
* Created by Tivie on 13-07-2015.

File diff suppressed because one or more lines are too long