From 18bf4f5d0a80472cae61a95fee619c829bc67f3e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 10:25:28 -0500 Subject: [PATCH 1/1] Rudimentary .travis.yml to test that our script for enabling neurodebian works --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml 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 -- 2.39.2