Skip to content

Commit

Permalink
Add newer zsh versions to CI (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr authored Dec 22, 2019
1 parent 76d5e95 commit 64de2dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ env:
- USE_CONTAINER=docker
matrix:
include:
- os: linux
env: ZSH_VERSION=zsh-5.7
- os: linux
env: ZSH_VERSION=zsh-5.6
- os: linux
env: ZSH_VERSION=zsh-5.5
- os: linux
env: ZSH_VERSION=zsh-5.4.2
- os: linux
Expand Down

1 comment on commit 64de2dc

@aabho
Copy link

@aabho aabho commented on 64de2dc Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PLEASE ADD VERSION 5.8 SOON

Please sign in to comment.