Don't use sudo for Travis CI

This commit is contained in:
Shougo Matsushita 2015-11-01 14:21:23 +09:00
父節點 755f08a08f
當前提交 5867906757
共有 1 個檔案被更改,包括 2 行新增0 行删除

查看文件

@ -1,3 +1,5 @@
sudo: false
before_script:
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser