Add .travis.yml

This commit is contained in:
Mikaela Suomalainen 2014-05-23 15:58:11 +03:00
parent f896c88e89
commit 3ade42f25d
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
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