Add simple .travis.yml

This adds the .travis.yml file allowing for dtc building and testing in
the Travis Continuous Integration system.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2015-07-02 12:36:12 +10:00
parent f6dbc6ca96
commit 2d1417cd9e

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: c
script:
- make
- make check