mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 13:19:23 +01:00
.travis.yml: use the actual scripts
This commit is contained in:
parent
3ade42f25d
commit
16421cb282
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user