]> git.donarmstrong.com Git - neurodebian.git/blob - .travis.yml
Rudimentary .travis.yml to test that our script for enabling neurodebian works
[neurodebian.git] / .travis.yml
1 # vim ft=yaml
2 # travis-ci.org definition to provide minimalistic testing of NeuroDebian
3 # setup and tools
4 language: erlang
5 cache:
6   - apt
7 script:
8     # Test the ultimate one-liner setup for NeuroDebian repository
9     - bash tools/neurodebian-travis.sh
10     # Verify that we can "install neurodebian"
11     - sudo apt-get install neurodebian
12     # Verify that -dev installs nicely
13     - sudo apt-get install neurodebian-dev