X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=b2afb80996af14a4888fc3d235c72345e0a25bf6;hb=18bf4f5d0a80472cae61a95fee619c829bc67f3e;hp=0000000000000000000000000000000000000000;hpb=3fce9c1fdf6b7a1cb4341f4cb09ce96cdca59bf3;p=neurodebian.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b2afb80 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +# vim ft=yaml +# travis-ci.org definition to provide minimalistic testing of NeuroDebian +# setup and tools +language: erlang +cache: + - apt +script: + # Test the ultimate one-liner setup for NeuroDebian repository + - bash tools/neurodebian-travis.sh + # Verify that we can "install neurodebian" + - sudo apt-get install neurodebian + # Verify that -dev installs nicely + - sudo apt-get install neurodebian-dev