diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..38aab9c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +# The language is a lie but eh, maybe in the future we'll use some C +# code. +language: c +addons: + apt: + packages: + - automake + - autotools-dev +script: + # For now, just a syntax check. + - bash -n docker-storage-setup.sh + +notifications: + webhooks: http://escher.verbum.org:54856/travis + email: false + +branches: + only: + - auto +