aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 13:18:54 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 13:18:54 +0000
commita1630334f3d67776e94917ac182750bfe55b459f (patch)
tree99e5e2fcb9693f3c7bf81c7b10bbdea98caff007 /.travis.yml
parentto support CI Travis and automate with Coverity (diff)
downloadmutator-a1630334f3d67776e94917ac182750bfe55b459f.tar.gz
mutator-a1630334f3d67776e94917ac182750bfe55b459f.zip
to support CI Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3c95619
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+
+
+before_script:
+ - ./extra-tools/CITPreBuildDep.sh
+language: cpp
+compiler: clang
+