Skip to content

Commit a62ab74

Browse files
committed
Update version and fix travis
- Bump to 0.2.5 - Update travis config to update NPM to fix minimatch errors
1 parent 5cf88ab commit a62ab74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_js:
44
- "0.10"
55
- "0.8"
66
before_script:
7-
- npm install -g grunt-cli
7+
- npm install -g grunt-cli
8+
- npm update -g npm

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-irc",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"author": "Fernando Ortiz <[email protected]>",
55
"description": "IRC adapter for Hubot 2.3",
66
"keywords": "hubot irc adapter",

0 commit comments

Comments
 (0)