From 037dd6b349512727e9d05ab91a455d624f16284c Mon Sep 17 00:00:00 2001 From: kazu69 Date: Wed, 29 Mar 2017 23:46:04 +0900 Subject: [PATCH 1/4] v0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d402ca..bcc013b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-htmlhint-inline", "description": "Grunt plugin for linting inline html", - "version": "0.1.6", + "version": "0.1.7", "homepage": "https://github.com/kazu69/grunt-htmlhint-inline", "main": "tasks/htmlhint-inline.js", "author": { From b7fab81bbff3cef403dc2b997ccb2803e68678f0 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Wed, 29 Mar 2017 23:48:38 +0900 Subject: [PATCH 2/4] add npmignore --- .npmignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..ca1c230 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +.travis.yml +.jshintrc +.gitignore +.git/ +.npmignore +node_modules/ +log/ From 3b786c4bc8b40f66cc0e455c7d0f0788dd11a48c Mon Sep 17 00:00:00 2001 From: kazu69 Date: Wed, 29 Mar 2017 23:48:52 +0900 Subject: [PATCH 3/4] using travis ci --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fd3303a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: node_js +node_js: + - '7' + - '6' + - '5' + - '4' +install: + - npm install -g yarn + - yarn install + - yarn check --integrity +cache: + yarn: true + directories: + - node_modules From e161a8694ef99484f50cf64b860cc7f740810114 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Wed, 29 Mar 2017 23:50:37 +0900 Subject: [PATCH 4/4] badge update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 227709e..18d5131 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ grunt-htmlhint-inline ================ -[![Build Status](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/status.png)](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/latest) +[![Build Status](https://travis-ci.org/kazu69/grunt-htmlhint-inline.svg?branch=master)](https://travis-ci.org/kazu69/grunt-htmlhint-inline) [![NPM](https://nodei.co/npm/grunt-htmlhint-inline.png)](https://nodei.co/npm/grunt-htmlhint-inline/)