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/ 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 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/) 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": {