Skip to content

Commit

Permalink
Adds travsi CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
deiga committed Jul 11, 2017
1 parent dc8aae0 commit db83028
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- '0.12'
- '4'
- '5'
- '6'
- '7'
- 'node'
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"url": "git://github.com/tj/node-growl.git"
},
"main": "./lib/growl.js",
"license": "MIT"
"license": "MIT",
"scripts": {
"test": "node test.js"
}
}

0 comments on commit db83028

Please sign in to comment.