Skip to content

Commit 013f963

Browse files
committed
Make github releases from travis
1 parent 6d2650e commit 013f963

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
env:
99
- EVM_EMACS=emacs-25.1
1010
- EVM_EMACS=emacs-25.2
11-
- EVM_EMACS=emacs-25.3
11+
- EVM_EMACS=emacs-25.3 DEPLOY=1
1212
- EVM_EMACS=emacs-26-pretest
1313
- EVM_EMACS=emacs-git-snapshot
1414

@@ -18,8 +18,18 @@ matrix:
1818

1919
before_install:
2020
- source .travis-paths.sh
21-
- ./.travis-before-install.sh
21+
- "./.travis-before-install.sh"
2222
- evm install $EVM_EMACS --use --skip
2323

2424
script:
25-
- ./.travis-script.sh
25+
- "./.travis-script.sh"
26+
27+
deploy:
28+
provider: releases
29+
api_key:
30+
secure: bQWQ1CfKebdRitqps2mto7LLjlbut6tYmmv92/r2jbZa4RILulnyuBQiroKv96hxCZLH5WHRenVBROL7Sd2BZgAMGJgm0sPt5DRB/NxGHTOiW4LkgzzIQr7ViWBiz+pVAjIUaPRBFz/d5KJv0bIsrvSqZ2OTH0DonK+JmCs4luPqnhGJQG+VC25WRV/E2Jn3CGo7Nm/hTFP/CZxi9IPGpf6SQ9FMsJQ38viFUQyuhE3DcbeQe9ZkL4tltxqbP+cKoR569MovJNqdfPlBYijnwRnNuBSojAK2xsrfHQDwwHYQFg0ViAf+ubWcaY8OjRDZTnHqiT8E7RFUMImEZy7zPu+KCoXUNPfWl7PfnpWjiKcz2SOidJKfeH390hsorumv8NkgQnsw3PSCZhEhRhPZ1GWQWa5aCVI7YaNFip/5JzTifaibw6cFxla9pW/EcwTKJQ2drx+5oduvoedlpPd1k7JAgbUo0nItNC9dkIZ+pOUTyZp36+Ztxwj58cnz2pLlIjntzp0HwiH26iCeUkQdlqMAJca0IOGx0y6u1xhpftHppgGHz+1fQjTkGv81yBiNZiUudulrMbIaAFdfPtEmrXfKqNPAVa0EoiTA533CZSuiIP7mAFZIpv/saKtV5a6F4KpJ46FheJYCm8PCAX5pwil6EXUb/UiLS5UOYnRBpaE=
31+
file: build/libegit2.so
32+
on:
33+
branch: deploy
34+
repo: TheBB/libegit2
35+
condition: $DEPLOY = 1

0 commit comments

Comments
 (0)