shell-things/.travis.yml

13 lines
261 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
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
2014-05-23 14:58:11 +02:00
notifications:
on_success: never
on_failure: never