mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
Add test Travis config
This commit is contained in:
parent
977efc5e73
commit
6285c66e34
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user