summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2016-02-13 21:54:31 +0300
committerDominik Ritter <dritter03@googlemail.com>2016-02-13 21:54:31 +0300
commit0d8c05ecb7b7a02a42636b1d3600af5535e43d81 (patch)
treecfa8025f685dfa70728a1370c5a2e7763660644c
parent7cf46711cca890244b4331629c060c4d19840de3 (diff)
Run tests on trusty, where ZSH 5.0.2 is available
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a2e2a0e5..e9afcc29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
sudo: true
+dist: trusty
language: sh
addons:
apt:
@@ -12,7 +13,6 @@ before_script:
- "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)"