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

12 lines
267 B
YAML
Raw 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
- git diff --exit-code