Skip to content

Commit

Permalink
Update version and fix travis
Browse files Browse the repository at this point in the history
- Bump to 0.2.5
- Update travis config to update NPM to fix minimatch errors
  • Loading branch information
jgable committed May 23, 2014
1 parent 5cf88ab commit a62ab74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
- npm update -g npm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-irc",
"version": "0.2.4",
"version": "0.2.5",
"author": "Fernando Ortiz <[email protected]>",
"description": "IRC adapter for Hubot 2.3",
"keywords": "hubot irc adapter",
Expand Down

0 comments on commit a62ab74

Please sign in to comment.