diff options
| author | Stelios Tsampas <loathingKernel@users.noreply.github.com> | 2017-10-06 15:07:13 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-11 15:36:47 +0200 |
| commit | 12b29ff2d94f649fc624d928e3051b49f346a0af (patch) | |
| tree | df8bb059c4cb81f530c253f1e0a22a017929654d | |
| parent | 7b0c850dcd29cd880dc71490fe9b0b5490c0c036 (diff) | |
Create .travis.yml
| -rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..1772875d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c +compiler: + - clang + - gcc + +addons: + apt: + packages: + - autoconf-archive + +script: + - ./autogen.sh + - make |
