mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +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
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user