aboutsummaryrefslogtreecommitdiffstats
path: root/libs/uds-c/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/uds-c/.travis.yml')
-rw-r--r--libs/uds-c/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/uds-c/.travis.yml b/libs/uds-c/.travis.yml
new file mode 100644
index 0000000..31bfdeb
--- /dev/null
+++ b/libs/uds-c/.travis.yml
@@ -0,0 +1,8 @@
+language: c
+compiler:
+ - gcc
+script: make test
+before_install:
+ - git submodule update --init
+ - sudo apt-get update -qq
+ - sudo apt-get install check