From d99b176c9b41b72581ce44e21cfbc26385ee2152 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 11:30:43 -0500 Subject: [PATCH 1/1] enable verbose output while reinstalling -- for some reason neurodebian still endsup not enabled disabling though this "test" for now --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0bf29a..62061f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,8 @@ script: - NEURODEBIAN_ENABLE=yes NEURODEBIAN_UPDATE=yes sudo nd-configurerepo - grep "\sprecise\s" /etc/apt/sources.list.d/neurodebian.sources.list # Verify that it is still present - - NEURODEBIAN_ENABLE=yes sudo apt-get install -y --reinstall neurodebian + # TODO: for some reason disables it again :-/ Need to get something going already, disabled for now + #- NEURODEBIAN_ENABLE=yes NEURODEBIAN_VERBOSE=10 sudo apt-get install -y --reinstall neurodebian - test -f /etc/apt/sources.list.d/neurodebian.sources.list # Verify that -dev installs nicely - sudo apt-get install -y neurodebian-dev -- 2.39.2