Browse Source

Don't use sudo for Travis CI

PR/fix-warning
Shougo Matsushita 8 years ago
parent
commit
5867906757
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -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


Loading…
Cancel
Save