1
0
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:
Ben Hoyt 2019-04-08 20:49:20 -04:00
parent 977efc5e73
commit 6285c66e34

9
.travis.yml Normal file
View 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