aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 7e4f8d11e0a6934791745fb5e6f307662f495bec (plain) (tree)
1
2
3
4
5
6
7





                       
 










                                                       

       
                          
                                 
                              
 
sudo: true
language: sh
addons:
  apt:
    packages:
      - build-essential

before_script:
  # Show the git version being used to test.
  - "git --version"
  # Show the zsh version being used to test.
  - "zsh --version"

install:
  - "sudo apt-add-repository -y ppa:brainpower/testing"
  - "sudo apt-get update -qq"
  - "sudo apt-get install zsh"
  - "sudo chsh -s $(which zsh)"

script:
  - test/powerlevel9k.spec
  - test/functions/utilities.spec
  - test/functions/colors.spec