mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
gpg: disable verbosity && add more to .travis.yml
This commit is contained in:
parent
16421cb282
commit
177dfabf54
@ -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
|
||||||
|
@ -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
|
||||||
|
6
gpg.conf
6
gpg.conf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user