chore(travis): update node versions

This commit is contained in:
Estevao Soares dos Santos 2016-09-29 00:20:30 +01:00
parent b7e7560f87
commit 8cd79e1344
4 changed files with 4 additions and 3 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',

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.