diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..0829f8cf --- /dev/null +++ b/.travis.yml @@ -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