summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-01-08Add --height optionJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
- Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys
2015-09-19Fix travis CI buildJunegunn Choi
2015-04-15Fix Travis CI buildJunegunn Choi
2015-03-11Cleanup - no more rubygemsJunegunn Choi
2015-03-01Add basic test cases for shell extensions (#83)Junegunn Choi
- Key bindings for bash, zsh, and fish - Fuzzy completion for bash (file, dir, process)
2015-01-29Fix Travis CI buildJunegunn Choi
2015-01-17Do not build i386 binary on Travis CI to speed up the processJunegunn Choi
2015-01-17Fix Travis-CI buildJunegunn Choi
2015-01-17Fix CTRL-Y key bindingJunegunn Choi
With tmux-based test cases
2014-12-28Use travis' new build workersOmer Katz
They boot faster and since we don't use root we can use them.
2014-11-01Add --with-nth option (#102)Junegunn Choi