2d1417cd9e
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>
5 lines
57 B
YAML
5 lines
57 B
YAML
language: c
|
|
|
|
script:
|
|
- make
|
|
- make check
|