From 51afcb8c1011991ecb3b9bf1c9f3690d432d9ebe Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 11:16:39 -0500 Subject: [PATCH 1/1] BF: right -- by default it disables now neurodebian even if was present before --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index d91afe8..c0bf29a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,15 @@ script: - bash tools/neurodebian-travis.sh # Verify that we can "install neurodebian" - sudo apt-get install -y neurodebian + # but by default (fix it to not disable if was enabled?) + # it results in neurodebian not enabled, thus disabled: + - test \! -f /etc/apt/sources.list.d/neurodebian.sources.list + # enable it via our tool + - 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 + - test -f /etc/apt/sources.list.d/neurodebian.sources.list # Verify that -dev installs nicely - sudo apt-get install -y neurodebian-dev after_failure: -- 2.39.2