]> git.donarmstrong.com Git - neurodebian.git/commitdiff
more tests and info to troubleshoot why travis failed on me
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:41:11 +0000 (10:41 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:41:11 +0000 (10:41 -0500)
https://travis-ci.org/yarikoptic/neurodebian/builds/49754390

.travis.yml

index b2afb80996af14a4888fc3d235c72345e0a25bf6..d91afe8619556021133ee14ea479d8002dba01d8 100644 (file)
@@ -8,6 +8,16 @@ 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 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 neurodebian-dev
+    - 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