Skip to content

Commit

Permalink
Build for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianobarros committed May 3, 2017
1 parent 96da754 commit fcbabb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: false

os:
- linux
- osx

language: node_js
node_js:
- 7
Expand Down Expand Up @@ -28,7 +32,7 @@ install:
script:
- node --version
- npm --version
- npm run dist:linux
- npm run dist

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
build_script:
- node --version
- npm --version
- npm run dist:windows
- npm run dist

test: off

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"target": [
"deb"
]
},
"mac": {
"category": "public.app-category.developer-tools"
}
},
"repository": "https://github.com/cristianobarros/querybox",
Expand Down

0 comments on commit fcbabb7

Please sign in to comment.