diff --git a/.travis.yml b/.travis.yml index 0829f8cf..7745d847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ 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 + - bash ~/.bashrc + - zsh ~/.zshrc notifications: on_success: never on_failure: never