tree-sitter/.travis.yml
2016-01-15 13:01:19 -08:00

12 lines
191 B
YAML

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