From 6285c66e3489840093ea1f44c216d4a7a33d61ed Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Mon, 8 Apr 2019 20:49:20 -0400 Subject: [PATCH] Add test Travis config --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml 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