diff options
| author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-09-09 23:13:56 -0400 |
|---|---|---|
| committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-09-09 23:17:17 -0400 |
| commit | 48356f96ce05948a046d0732dedda66b3e0b69c8 (patch) | |
| tree | 632698c837a0828541dde6acb72fd10f6cb1b7ec /.travis.yml | |
| parent | c86ce093ce93eb8da1136acd1e81973ef0bb54fc (diff) | |
Add config for Travis CI to run the tests automatically.
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..68efeb5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: + - gcc +script: script/runtests.sh +before_install: script/bootstrap.sh |
