From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 16:16:39 +0000 (-0500) Subject: BF: right -- by default it disables now neurodebian even if was present before X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51afcb8c1011991ecb3b9bf1c9f3690d432d9ebe;p=neurodebian.git BF: right -- by default it disables now neurodebian even if was present before --- 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: