X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=c0bf29a6af66446c42ff4415beb1c76df8f903cd;hb=51afcb8c1011991ecb3b9bf1c9f3690d432d9ebe;hp=d91afe8619556021133ee14ea479d8002dba01d8;hpb=e06fbc54047cf47b8b21885199d29a327920234d;p=neurodebian.git 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: