aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/zsh-fast-syntax-highlighting/.travis.yml
blob: 351b5932d2a70089e129630afc072b6c35fb1bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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