mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-04-29 18:58:48 -05:00
Add support for tmux 2.8 (#646)
This adds tmux 2.8 to the supported matrix and to the travis.yml file. Closes #653.
This commit is contained in:
committed by
Pete Doherty
parent
6300937384
commit
e74e76f779
@@ -5,6 +5,7 @@ rvm:
|
||||
- "2.4.3"
|
||||
- "2.5.0"
|
||||
env:
|
||||
- TMUX_VERSION=2.8
|
||||
- TMUX_VERSION=2.7
|
||||
- TMUX_VERSION=2.6
|
||||
- TMUX_VERSION=2.5
|
||||
|
||||
@@ -20,7 +20,8 @@ module Tmuxinator
|
||||
2.4,
|
||||
2.5,
|
||||
2.6,
|
||||
2.7
|
||||
2.7,
|
||||
2.8
|
||||
].freeze
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user