mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
check gpg signatures on travis
This commit is contained in:
parent
b102b5d275
commit
69f898d1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ install:
|
|||
- mkdir -p "$HOME/downloads"
|
||||
- mkdir -p "$TRAVIS_BUILD_DIR/deps/cache/"
|
||||
- find "$HOME/downloads" -type f -exec cp -v {} "$TRAVIS_BUILD_DIR/deps/cache/" \;
|
||||
- on_host ./install.sh --develop --no-gpg-validation
|
||||
- on_host ./install.sh --develop
|
||||
- on_host find "$TRAVIS_BUILD_DIR/deps/cache/" -type f -exec cp -v {} "$HOME/downloads/" \;
|
||||
before_script:
|
||||
- on_host source jmvenv/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue