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 lock-multiple
expert expert
verbose #verbose
verbose #verbose
verbose #verbose
# Teach to be careful with sensitive things by exporting them like everything else # Teach to be careful with sensitive things by exporting them like everything else
import-options import-local-sigs import-clean import-options import-local-sigs import-clean

View File

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

View File

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