Add .travis.yml or continuous integration

This commit is contained in:
Joerg Bornschein 2014-03-06 19:15:09 +01:00
parent 112335ac65
commit 482e1622e6
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: c
# install dependencies
before_install:
- uname -a
- lsb_release -a
install:
- sudo apt-get install -qq libncurses5-dev gcc-avr avr-libc
# run tests
script:
- make test