Fix Travis CI build

tcell build is commented out as it doesn't reliably respond to tmux
send-keys.
This commit is contained in:
Junegunn Choi 2017-08-04 23:29:02 +09:00
parent e5e75efebc
commit 2b98fee136
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
2 changed files with 274 additions and 210 deletions

View File

@ -4,16 +4,13 @@ matrix:
- env: TAGS=
rvm: 2.3.3
# - env: TAGS=tcell
# rvm: 2.2.0
# rvm: 2.3.3
install:
- sudo apt-get update
- sudo apt-get install -y libncurses-dev lib32ncurses5-dev libgpm-dev
- sudo add-apt-repository -y ppa:pi-rho/dev
- sudo apt-add-repository -y ppa:fish-shell/release-2
- sudo apt-get update
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
- sudo apt-get install -y zsh fish
- sudo apt-get install -y tmux zsh fish
script: |
make test install &&

File diff suppressed because it is too large Load Diff