Fix Travis CI build (dist: trusty) (#670)

This commit is contained in:
Junegunn Choi 2017-09-10 03:38:38 +09:00 committed by GitHub
parent 88cc9d7868
commit b93975f794

View File

@ -1,4 +1,5 @@
language: ruby
dist: trusty
sudo: false
env:
global:
@ -53,6 +54,7 @@ install: |
git clone --depth 1 https://github.com/vim/vim
cd vim
export PATH=/usr/bin:$PATH
./configure $C_OPTS
make
make install