diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..737eaee --- /dev/null +++ b/.travis.yml @@ -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