Skip to content

Commit

Permalink
Add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Nov 7, 2017
1 parent c08a8dc commit 2816c2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "stable"
branches:
only:
- "master"
script: npm run release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmod",
"version": "1.0.0",
"version": "1.0.1",
"description": "Virtual module for node.js",
"main": "vmod.js",
"scripts": {
Expand Down

0 comments on commit 2816c2f

Please sign in to comment.