shell-things/.travis.yml
2014-05-23 16:43:34 +03:00

22 lines
538 B
YAML

before_install:
- 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