Add .travis.yml file
authorRan Benita <ran234@gmail.com>
Sun, 6 Apr 2014 13:37:04 +0000 (16:37 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 6 Apr 2014 14:20:04 +0000 (17:20 +0300)
commit3013633bbb4966ff868c5393653f5414339c9844
treefcf8ca7a86c8e33977ad10c0f70d6f385a045dfd
parent99af72fd098b4aeae1121644c7412824583eaaf0
Add .travis.yml file

This CI service https://travis-ci.org/ builds the project in several
configurations, runs the tests, and if something fails it sends an email.
Testing on some other systems is always good, and there don't seem to
be any drawbacks to this, so why not.

Signed-off-by: Ran Benita <ran234@gmail.com>
.travis.yml [new file with mode: 0644]