From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 15:25:28 +0000 (-0500) Subject: Rudimentary .travis.yml to test that our script for enabling neurodebian works X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=18bf4f5d0a80472cae61a95fee619c829bc67f3e;hp=3fce9c1fdf6b7a1cb4341f4cb09ce96cdca59bf3;p=neurodebian.git Rudimentary .travis.yml to test that our script for enabling neurodebian works --- 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