]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Rudimentary .travis.yml to test that our script for enabling neurodebian works
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:25:28 +0000 (10:25 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:25:28 +0000 (10:25 -0500)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..b2afb80
--- /dev/null
@@ -0,0 +1,13 @@
+# 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 neurodebian
+    # Verify that -dev installs nicely
+    - sudo apt-get install neurodebian-dev