shell-things/.travis.yml

10 lines
198 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
script:
- bash ./bashrc
- zsh ./zshrc
notifications:
on_success: never
on_failure: never