commit 8cf3b903930c71e993c8eccd40b773a1938e6bfd parent 0eaa8b7342fdd76c99d84362515434467d206771 Author: William Casarin <jb55@jb55.com> Date: Thu, 26 Oct 2017 10:33:04 -0700 travis: init Diffstat:
A | .travis.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,5 @@ +language: c +script: make && make test +compiler: + - clang + - gcc