Skip to content

Commit

Permalink
remove protocol from package.json as it's breaking app compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Aug 29, 2016
1 parent 62a2164 commit 78d1fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
os:
- linux
- osx
# # dist: trusty
# matrix:
# include:
# - os: linux
# env: |
# PLATFORM=linux-x64
# PLATFORM_NAME=linux
# CXX=g++-4.8
# - os: osx
# env: PLATFORM=osx-x64 PLATFORM_NAME=darwin CXX=g++-4.8

node_js:
- '6'
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"win" : {
"target" : "zip"
},
"protocols" : ["safe"]

"mac" : {
"target" :"dmg"
}
},
"scripts": {
"postinstall": "cd app && npm install",
Expand Down

0 comments on commit 78d1fc2

Please sign in to comment.