mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
10 lines
254 B
YAML
10 lines
254 B
YAML
|
# 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
|