You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
addons:
|
|
apt:
|
|
packages:
|
|
zsh
|
|
install:
|
|
- mkdir .bin
|
|
- curl -L https://github.com/zunit-zsh/zunit/releases/download/v0.8.2/zunit > .bin/zunit
|
|
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
|
|
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
|
|
before_script:
|
|
- chmod u+x .bin/{color,revolver,zunit}
|
|
- export PATH="$PWD/.bin:$PATH"
|
|
script: zunit
|