tree-sitter/script/ci
Phil Turnbull 97cdd8b738 Run scan-build during CI
This bumps the travis-ci container image to Trusty so that we have a version of
clang that includes proper support for C++14.
2017-06-16 15:16:29 -04:00

10 lines
120 B
Bash
Executable file

#!/usr/bin/env bash
set -e
. script/lib.sh
script/fetch-fixtures
script/check-mallocs
scan_build make
script/test -b