From 16421cb2828ccff8abe90a7a0681d83f26a6b7bc Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 23 May 2014 16:03:46 +0300 Subject: [PATCH] .travis.yml: use the actual scripts --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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