# 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 -y neurodebian - grep "\sprecise\s" /etc/apt/sources.list.d/neurodebian.sources.list # Verify that -dev installs nicely - sudo apt-get install -y neurodebian-dev after_failure: # Could happen if installation of neurodebian package kills APT repo so print policy - sudo apt-cache policy # But could be that just update wasn't run? - sudo apt-get update - sudo apt-cache policy - ls -lR /etc/apt - cat /etc/apt/sources.list.d/neurodebian.sources.list - ls -lR /etc/neurodebian