shell-things/.travis.yml
Mikaela Suomalainen 18166167a4 fix previous commit
2014-05-23 16:39:28 +03:00

21 lines
495 B
YAML

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