.travis.yml: use the actual scripts

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:03:46 +03:00
parent 3ade42f25d
commit 16421cb282
1 changed files with 5 additions and 2 deletions

View File

@ -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