mirror of
https://github.com/zplug/zplug
synced 2025-08-25 15:14:43 +02:00
- Divide zplug into multiple files - Lazy loading (autoload) - New structure e.g. __subcommand__ - Libraries for zplug - Scalability - Testable - Documentations (man page) - More... For more details, see also https://github.com/b4b4r07/zplug/issues/71
15 lines
179 B
YAML
15 lines
179 B
YAML
git:
|
|
depth: 1
|
|
branches:
|
|
only:
|
|
- master
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- zsh
|
|
sudo: false
|
|
before_script:
|
|
- zsh --version
|
|
script:
|
|
- make test
|