diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2016-11-02 02:43:25 +0100 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2016-11-02 02:43:25 +0100 |
commit | 3d07b84ddd33a4a52c7ba12a3f836f015665ebd9 (patch) | |
tree | 2c524dfec9a2240b138e4e48535500427d885249 /.travis.yml | |
parent | 73da8a3ac056cb1c442fc3a24b0148037b180392 (diff) |
have travis-ci run a test suite
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b781822 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c + +compiler: + - clang + - gcc |