tree-sitter/.travis.yml
2015-04-17 11:27:40 -07:00

12 lines
203 B
YAML

sudo: false
language: cpp
compiler:
- gcc
addons:
apt:
packages:
- libboost-regex-dev
install: script/configure.sh -D USE_BOOST_REGEX=true -D USE_LIBPROFILER=false
script: script/test_all.sh