Files
tantivy/cpp/simdcomp/.travis.yml

12 lines
108 B
YAML

language: c
sudo: false
compiler:
- gcc
- clang
branches:
only:
- master
script: make && ./unit