summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 38961904fe977be459799a8dae7629b7bca7cc28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: ruby
rvm:
  - "2.1.1"

before_script: |
  sudo apt-get install -y tmux libncurses-dev lib32ncurses5-dev

  export GOROOT=~/go1.4
  export GOPATH=~/go

  mkdir -p ~/go/src/github.com/junegunn
  ln -s $(pwd) ~/go/src/github.com/junegunn/fzf

  curl https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz | tar -xz
  mv go $GOROOT
  cd $GOROOT/src && GOARCH=386 ./make.bash

  cd ~/go/src/github.com/junegunn/fzf/src && make install && cd .. &&
  yes | ./install && tmux