Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarion committed Nov 13, 2018
1 parent 1c4420a commit 1b628bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ script:
# if publishing, do it
# Figure out if we should publish
- PUBLISH_BINARY=true
- PUBLISH_BINARY=false
# If we are building a tag then we need to publish a new binary package
- if [[ $TRAVIS_BRANCH == `git describe --tags --always HEAD` ]]; then PUBLISH_BINARY=true; fi;
# or if we put the string [publish binary] in the commit message
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"electron-mocha": "^6.0.4",
"gettemporaryfilepath": "1.0.0",
"nan": "^2.11.1",
"node-pre-gyp": "0.7.0",
"node-pre-gyp": "^0.11.0",
"pace": "~0.0.4",
"progress": "~2.0.0"
},
Expand Down Expand Up @@ -56,8 +56,7 @@
"binary": {
"module_name": "occ",
"module_path": "./lib/binding/",
"host-aws": "https://nodeocc.s3-us-west-1.amazonaws.com",
"host": "https://github.com/antonymarion/node-occ/releases/download/",
"host": "https://api.github.com/antonymarion/node-occ/releases/download/",
"remote_path": "{version}"
},
"gypfile": true,
Expand Down

0 comments on commit 1b628bf

Please sign in to comment.