mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
8 lines
118 B
YAML
8 lines
118 B
YAML
language: c
|
|
script: ./scripts/travis.sh
|
|
before_install:
|
|
- sudo apt-get install valgrind
|
|
compiler:
|
|
- clang
|
|
- gcc
|