1
mirror of https://github.com/neovim/neovim.git synced 2024-12-28 14:31:13 -07:00
neovim/.travis.yml
Thiago de Arruda a2ce1df772 Modify travis configuration to install valgrind
This should fix previous build failures
2014-02-26 22:23:51 -03:00

6 lines
114 B
YAML

language: c
script: ./scripts/travis.sh
before_install:
- sudo apt-get update
- sudo apt-get install valgrind