summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-01 03:00:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-01 03:33:56 +0900
commit4d2d18649c1740defed24ee67915062398d5a699 (patch)
tree62ca9a23054bd03f002ffdd3b15b172e4addc913 /.travis.yml
parentc1aa5c5f3380315621d30d99b258667775b0fad3 (diff)
Add basic test cases for shell extensions (#83)
- Key bindings for bash, zsh, and fish - Fuzzy completion for bash (file, dir, process)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 692ade7a..69086778 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,15 @@
language: ruby
+rvm:
+- 2.2.0
install:
- sudo apt-get update
- sudo apt-get install -y libncurses-dev lib32ncurses5-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
script: |
export GOROOT=~/go1.4