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