shell-things/.travis.yml

22 lines
542 B
YAML

before_install:
- yes|sudo apt-add-repository ppa:unit193/inxi
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git inxi gnupg-curl
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
install:
- ./install.run
- ./.install.MKAYSIGREP.run
script:
- bash ~/.bashrc
- zsh ~/.zshrc
- tmux -c exit
- gpg --version
- vim -c quit
- inxi --recommends
- inxi
- gpg --refresh-keys
notifications:
on_success: never
on_failure: never