neovim/.travis.yml
Thiago de Arruda f6ace9962d Refactor travis build to use clang's sanitizers
- Valgrind configuration removed
- Fix errors reported by the undefined behavior sanitizer
- Travis will now run two build steps:
  - A normal build of a shared library for unit testing(in parallel with gcc)
  - A clang build with some sanitizers enabled for integration testing.

After these changes travis will run much faster, while providing valgrind-like
error detection.
2014-03-13 15:26:28 -03:00

9 lines
124 B
YAML

language: c
compiler:
- clang
- gcc
before_install:
- sudo ./scripts/travis-setup.sh
script:
- ./scripts/travis.sh