shell-things/.travis.yml

18 lines
359 B
YAML
Raw Normal View History

2014-05-23 14:58:11 +02:00
before_install:
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git 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
- inxi
- gpg --refresh-keys
2014-05-23 14:58:11 +02:00
notifications:
on_success: never
on_failure: never