From 8348e2d2ccfe4c04168963bc9a3b1fd2181783e5 Mon Sep 17 00:00:00 2001
From: Julien Nicoulaud <julien.nicoulaud@gmail.com>
Date: Sat, 22 Sep 2018 21:27:01 +0200
Subject: [PATCH] Enable testing on zsh 5.5.x/5.6.x releases

---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2b801bd..cea0ad9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,10 @@ sudo: required
 
 env:
   - ZSH=master
+  - ZSH=5.6.2
+  - ZSH=5.6.1
+  - ZSH=5.6
+  - ZSH=5.5.1
   - ZSH=5.5
   - ZSH=5.4.2
   - ZSH=5.4.1