1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00
inih/.travis.yml

14 lines
303 B
YAML
Raw Permalink Normal View History

2019-04-08 20:53:44 -04:00
language: c
2019-04-08 20:49:20 -04:00
# Setting sudo access to false will let Travis CI use containers
# rather than VMs to run the tests. For more details see:
# https://docs.travis-ci.com/user/reference/overview/
sudo: false
script:
- cd tests
- ./unittest.sh
- cd ../examples
- ./cpptest.sh
2019-04-08 20:49:20 -04:00
- git diff --exit-code