|
|
- 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
|