Skip to content

Commit

Permalink
Final attempt fixing GPG tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glts committed May 29, 2019
1 parent b16e5f7 commit 603eeeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- run:
working_directory: ~/leiningen/leiningen-core
command: lein bootstrap
# Use port 80 keyserver pool to work around fragile connectivity in GPG tests.
- run: mkdir -p ~/.gnupg && echo 'keyserver hkp://p80.pool.sks-keyservers.net:80' >> ~/.gnupg/dirmngr.conf
- run: bin/lein test
- save_cache:
paths:
Expand Down

0 comments on commit 603eeeb

Please sign in to comment.