simdjson/.travis.yml

12 lines
112 B
YAML
Raw Normal View History

2019-02-23 02:11:45 +08:00
language: c
sudo: false
compiler:
- gcc
- clang
branches:
only:
- master
script: make && make test