mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
12 lines
198 B
YAML
12 lines
198 B
YAML
language: c
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
before_install:
|
|
- ./scripts/clint.sh
|
|
- sudo ./scripts/travis-setup.sh
|
|
script:
|
|
- ./scripts/travis.sh
|
|
after_success:
|
|
- coveralls --encoding iso-8859-1
|