mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
a2ce1df772
This should fix previous build failures
6 lines
114 B
YAML
6 lines
114 B
YAML
language: c
|
|
script: ./scripts/travis.sh
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install valgrind
|