1
0
mirror of https://github.com/zplug/zplug synced 2025-08-25 15:14:43 +02:00
zplug/.travis.yml
b4b4r07 c7f234cc23 🌺 zplug v2
- 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
2016-01-20 18:52:46 +09:00

15 lines
179 B
YAML

git:
depth: 1
branches:
only:
- master
addons:
apt:
packages:
- zsh
sudo: false
before_script:
- zsh --version
script:
- make test