mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Make Travis compile on GCC and Clang.
This commit is contained in:
parent
eb835bc2ca
commit
1213e0cc77
@ -3,3 +3,6 @@ script: ./scripts/travis.sh
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install valgrind
|
- sudo apt-get install valgrind
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user