solo/.travis.yml
2019-01-22 01:44:33 -05:00

16 lines
223 B
YAML

dist: xenial
language: c
compiler: gcc
addons:
apt:
sources:
- deadsnakes
- ubuntu-toolchain-r-test
packages:
- gcc-7
- cppcheck
- python3.6
script:
- export CC=gcc-7
- make test