Skip to content

Commit

Permalink
update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Mar 9, 2017
1 parent 737f28b commit 93106e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ node_js:
- "0.10"
- "iojs"
before_install:
- npm install -g npm
- npm install -g npm@^3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-09 | v1.0.25 | Maintenance |
| 2017-03-09 | v1.0.26 | Maintenance |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
| 2016-11-04 | v1.0.10 | Maintenance |
| 2016-07-01 | v0.1.0 | Updated task config to use options |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-09 | v1.0.25 | Maintenance |
| 2017-03-09 | v1.0.26 | Maintenance |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
| 2016-11-04 | v1.0.10 | Maintenance |
| 2016-07-01 | v0.1.0 | Updated task config to use options |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-markdownlint",
"version": "1.0.25",
"version": "1.0.26",
"description": "A grunt task for markdown style checker and lint tool.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit 93106e2

Please sign in to comment.