summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2016-06-08 17:28:41 +0200
committerGDR! <gdr@gdr.name>2016-06-08 17:28:41 +0200
commitb081686b05931064b4f9a26621d77a5d43941832 (patch)
treec07ac67469deb755b93aa4f4d61f08248945d7f6 /.travis.yml
parente682a05cf64ea85e30cb88a089fe220c2081e5da (diff)
Coverity fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 78666bb..2d379a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,7 +67,7 @@ addons:
67 name: "gjedeer/tuntox" 67 name: "gjedeer/tuntox"
68 description: "Build submitted via Travis CI" 68 description: "Build submitted via Travis CI"
69 notification_email: gdr@gdr.name 69 notification_email: gdr@gdr.name
70 build_command_prepend: "make clean" 70# build_command_prepend: "make clean"
71 build_command: "make" 71 build_command: "make"
72 branch_pattern: master 72 branch_pattern: master
73 73