Browse Source

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>
main
David Gibson 10 years ago
parent
commit
2d1417cd9e
  1. 5
      .travis.yml

5
.travis.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
language: c

script:
- make
- make check
Loading…
Cancel
Save