diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:18:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:18:54 +0000 |
commit | a1630334f3d67776e94917ac182750bfe55b459f (patch) | |
tree | 99e5e2fcb9693f3c7bf81c7b10bbdea98caff007 /.travis.yml | |
parent | to support CI Travis and automate with Coverity (diff) | |
download | mutator-a1630334f3d67776e94917ac182750bfe55b459f.tar.gz mutator-a1630334f3d67776e94917ac182750bfe55b459f.zip |
to support CI Travis
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 7 |
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 + |