diff options
author | Zachary Slater <zjs@zacharyjackslater.com> | 2013-03-05 20:29:38 -0800 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:15 +0000 |
commit | 6a7278aff7d9e17fd9dcd48b5042c9606cf4fc0f (patch) | |
tree | 99f8131ada26eed9fb97c90f787a202108cb7e46 | |
parent | a4fc8d7654e5f5bf155bc30a04738de0cf8cce48 (diff) |
Testing out autobuild stuff.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..5ea828f4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: c +compiler: + - gcc + - clang +# Change this to your needs +script: make |