shell-things/.travis.yml
2014-05-23 16:03:46 +03:00

13 lines
261 B
YAML

before_install:
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git
install:
- ./install.run
- ./.install.MKAYSIGREP.run
script:
- bash ~/.bashrc
- zsh ~/.zshrc
notifications:
on_success: never
on_failure: never