neovim/.travis.yml

8 lines
118 B
YAML
Raw Normal View History

2014-02-22 10:29:21 -07:00
language: c
script: ./scripts/travis.sh
before_install:
- sudo apt-get install valgrind
2014-03-02 16:18:11 -07:00
compiler:
- clang
- gcc