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:
Joey Geiger
2018-10-22 17:30:27 -07:00
committed by Pete Doherty
parent 6300937384
commit e74e76f779
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -20,7 +20,8 @@ module Tmuxinator
2.4,
2.5,
2.6,
2.7
2.7,
2.8
].freeze
end