cpp-httplib/.travis.yml
2019-12-24 22:46:32 -05:00

14 lines
179 B
YAML

# Environment
language: cpp
os:
- linux
- osx
# Compiler selection
compiler:
- clang
# Build/test steps
script:
- cd ${TRAVIS_BUILD_DIR}/test
- make all