gpg: disable verbosity && add more to .travis.yml

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:21:14 +03:00
parent 16421cb282
commit 177dfabf54
3 changed files with 12 additions and 7 deletions

View File

@ -79,9 +79,9 @@ photo-viewer eog %i
lock-multiple
expert
verbose
verbose
verbose
#verbose
#verbose
#verbose
# Teach to be careful with sensitive things by exporting them like everything else
import-options import-local-sigs import-clean

View File

@ -1,12 +1,17 @@
before_install:
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git
- sudo apt-get -y install bash zsh tmux git inxi
install:
- ./install.run
- ./.install.MKAYSIGREP.run
script:
- bash ~/.bashrc
- zsh ~/.zshrc
- tmux -c exit
- gpg --version
- vim -c quit
- inxi
- gpg --refresh-keys
notifications:
on_success: never
on_failure: never

View File

@ -79,9 +79,9 @@ photo-viewer eog %i
lock-multiple
expert
verbose
verbose
verbose
#verbose
#verbose
#verbose
# Teach to be careful with sensitive things by exporting them like everything else
import-options import-local-sigs import-clean