mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-20 15:41:10 +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…
x
Reference in New Issue
Block a user