Files
agrarian/src/leveldb/.travis.yml
T
2022-02-03 23:45:47 -08:00

14 lines
138 B
YAML

language: cpp
compiler:
- clang
- gcc
os:
- linux
- osx
sudo: false
before_install:
- echo $LANG
- echo $LC_ALL
script:
- make -j 4 check