Pārlūkot izejas kodu

CI: simplify config

- Nowadays `sudo false` is not needed anymore.
- Updating Homebrew takes much longer than running the actual tests. Just use
  the old Vim version installed by default on macOS.
Marco Hinz 6 gadi atpakaļ
vecāks
revīzija
0a21284782
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -1,5 +1,3 @@
-sudo: false
-
 os:
   - linux
   - osx
@@ -9,8 +7,5 @@ addons:
     packages:
       - vim-gtk
 
-before_script:
-  - if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
-
 script:
   - test/run