exprtk/.travis.yml

9 lines
115 B
YAML

# Enable C++ support
language: cpp
# Compiler selection
compiler:
- gcc
# Build steps
script:
- make clean all