Skip to content

Commit

Permalink
Fix Travis CI build (dist: trusty) (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn authored Sep 9, 2017
1 parent 88cc9d7 commit b93975f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
dist: trusty
sudo: false
env:
global:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b93975f

Please sign in to comment.