aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2015-07-02 12:36:12 +1000
committerDavid Gibson <david@gibson.dropbear.id.au>2015-07-02 12:36:12 +1000
commit2d1417cd9e4d9cb6f8446a3927e612787a56b04a (patch)
tree04d7bba830713ab03716f39836386751243d2466 /.travis.yml
parentf6dbc6ca9618391e4f30c415a0a09b7af35f7647 (diff)
downloaddtc-2d1417cd9e4d9cb6f8446a3927e612787a56b04a.zip
dtc-2d1417cd9e4d9cb6f8446a3927e612787a56b04a.tar.gz
dtc-2d1417cd9e4d9cb6f8446a3927e612787a56b04a.tar.bz2
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f2336d8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+
+script:
+ - make
+ - make check