shell-things/.travis.yml
Mikaela Suomalainen 13f3a9cf09 fix previous commit
2014-05-23 16:36:55 +03:00

21 lines
492 B
YAML

before_install:
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git lspci 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