From 3df611a3c992dca7c717880103aaf0b80c723841 Mon Sep 17 00:00:00 2001 From: Guilherme Espada Date: Thu, 25 Apr 2013 19:00:58 +0200 Subject: [PATCH] Add zsh 5 PPA for testing --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 288d99e..eb943ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,14 @@ install: - "pip install -r requirements.txt --use-mirrors" # Install zsh. - "sudo apt-get install zsh" + # Add PPA if needed + - 'if [ "$PPA" != "none" ]; then sudo apt-add-repository -y "$PPA"; sudo apt-get update -qq; fi' # Run the tests. script: "make tests" + +env: + # Default zsh + - PPA = "none" + # zsh 5 PPA + - PPA = "ppa:brainpower/testing" -- 2.0.0