commit | 43380f124f44b21a6c1b6e548cce092fa8a5ee46 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Thu Jun 25 22:43:20 2015 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Thu Jun 25 22:43:20 2015 +0200 |
tree | 8c9473b7eea8322e9da6a392ba20c6107e44ba79 | |
parent | b34b7b1c501d48d6dc69ef592e703866bdf821ff [diff] [blame] |
build: attempt to use travis
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3acc11d --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,10 @@ +language: c +compiler: + - gcc + - clang +os: + - linux +before_install: ./install-dependencies.sh + +script: ./bootstrap.sh && ./configure && make +