diff options
author | David Phillips <david@sighup.nz> | 2017-06-27 01:20:57 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-06-27 01:20:57 +1200 |
commit | 09f0fc3ee2c1bf0e34ddd40da2cca54fdcc9361b (patch) | |
tree | 48a6b69d450b4d2174cc805e2261f39beb6b5cdc | |
parent | 48a33ccaa5552df96b2afdde87e7e6aac77cd902 (diff) | |
download | sand-leek-09f0fc3ee2c1bf0e34ddd40da2cca54fdcc9361b.tar.xz |
Add .travis.yml for CI
-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..3734d12 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: gcc + +script: + - make |