shell-things/.travis.yml

22 lines
538 B
YAML
Raw Normal View History

2014-05-23 14:58:11 +02:00
before_install:
- sudo apt-add-repository ppa:unit193/inxi
2014-05-23 14:58:11 +02:00
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git inxi gnupg-curl
2014-05-23 15:27:21 +02:00
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
2014-05-23 15:03:46 +02:00
install:
- ./install.run
- ./.install.MKAYSIGREP.run
2014-05-23 14:58:11 +02:00
script:
2014-05-23 15:03:46 +02:00
- bash ~/.bashrc
- zsh ~/.zshrc
- tmux -c exit
- gpg --version
- vim -c quit
2014-05-23 15:36:55 +02:00
- inxi --recommends
- inxi
- gpg --refresh-keys
2014-05-23 14:58:11 +02:00
notifications:
on_success: never
on_failure: never