Skip to content

Commit

Permalink
chore: fixing travis ci build failure due directory permissions [+]
Browse files Browse the repository at this point in the history
plus caching for revoked key hashes blacklist

Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Nov 13, 2018
1 parent 38a0f01 commit 62e662b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -14,3 +14,13 @@ env:
os:
- linux
- osx

before_install:
- sudo mkdir -p $HOME/.hieroglyphs
- sudo mkdir -p $HOME/.hieroglyphs/blacklist
- sudo chmod -R a+rw $HOME/.hieroglyphs
- cd $HOME/.hieroglyphs/blacklist && git init --bare --shared=all && cd $OLDPWD

cache:
directories:
- $HOME/.hieroglyphs

0 comments on commit 62e662b

Please sign in to comment.