mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-13 00:46:18 -04:00
This bumps the travis-ci container image to Trusty so that we have a version of clang that includes proper support for C++14.
11 lines
120 B
Bash
Executable file
11 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
|