Skip to content

Commit f7cc014

Browse files
committed
Build prebuilts for gitkraken with revert to libcurl changes
1 parent 4740001 commit f7cc014

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist: trusty
55
branches:
66
only:
77
- master
8-
- /^v\d+\.\d+\.\d+(-alpha\.\d+)?$/
8+
- /^v\d+\.\d+\.\d+(-\S+\.\d+)?$/
99

1010
compiler: clang
1111
language: node_js

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build: off
5858

5959
branches:
6060
only:
61+
- /gitkraken\/.*/
6162
- /backport\/.*/
6263
- master
6364
- v0.3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.25.0-alpha.9",
4+
"version": "0.25.0-gitkrakencurl.1",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)