Skip to content

Commit

Permalink
Fixed Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gau1991 committed Nov 5, 2014
1 parent 460cdfc commit 1a592d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ language: bash


before_install:
- ls -al ~/.gnupg/gpg.conf
- sudo chown -R travis ~travis/.gnupg
- chmod 600 ~/.gnupg/gpg.conf
- ls -al ~/.gnupg/gpg.conf
- sudo chown travis:travis ~/.gnupg/gpg.conf
- ls -al ~/.gnupg/gpg.conf
- sudo chgrp -R travis ~/.gnupg
- chmod 700 ~/.gnupg
- ls -al ~/.gnupg/gpg.conf

before_script:
Expand Down

0 comments on commit 1a592d8

Please sign in to comment.