summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2018-11-03 08:43:29 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2018-11-03 10:03:23 +0530
commit3fcbd6ca0c175cdad1537fa270b02f36f513601e (patch)
treeeee8252b65e35032cfb0c359193bfc7234b9b0ea
parentbdfbd33c4ebf0c56d18ebcfb7067f7fd4fc22cbb (diff)
Add empty target
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7083800..9229d59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,3 +23,6 @@ addons:
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-4.8"
build_command: "make"
branch_pattern: coverity_scan
+
+script:
+ make skip;