]> git.donarmstrong.com Git - neurodebian.git/blobdiff - .travis.yml
Rudimentary .travis.yml to test that our script for enabling neurodebian works
[neurodebian.git] / .travis.yml
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