Skip to content

Commit 32e86df

Browse files
authored
Merge pull request #13 from kazu69/v0.1.7
V0.1.7
2 parents 9cf3ad6 + e161a86 commit 32e86df

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.travis.yml
2+
.jshintrc
3+
.gitignore
4+
.git/
5+
.npmignore
6+
node_modules/
7+
log/

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- '7'
4+
- '6'
5+
- '5'
6+
- '4'
7+
install:
8+
- npm install -g yarn
9+
- yarn install
10+
- yarn check --integrity
11+
cache:
12+
yarn: true
13+
directories:
14+
- node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
grunt-htmlhint-inline
22
================
33

4-
[![Build Status](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/status.png)](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/latest)
4+
[![Build Status](https://travis-ci.org/kazu69/grunt-htmlhint-inline.svg?branch=master)](https://travis-ci.org/kazu69/grunt-htmlhint-inline)
55

66
[![NPM](https://nodei.co/npm/grunt-htmlhint-inline.png)](https://nodei.co/npm/grunt-htmlhint-inline/)
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-htmlhint-inline",
33
"description": "Grunt plugin for linting inline html",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
66
"main": "tasks/htmlhint-inline.js",
77
"author": {

0 commit comments

Comments
 (0)