aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-10-01 15:51:23 +0200
committerGitHub <noreply@github.com>2019-10-01 15:51:23 +0200
commit4041daa83dc0fe198f387808dc4171552d8d91ec (patch)
treea3a9d88d78e6dc78e8f1506820e9a6d02a74f20c
parentUpdate .travis.yml (diff)
downloadOpenSMTPD-4041daa83dc0fe198f387808dc4171552d8d91ec.tar.xz
OpenSMTPD-4041daa83dc0fe198f387808dc4171552d8d91ec.zip
Update .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77ba6226..196e79fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,6 @@ addons:
name: "OpenSMTPD/OpenSMTPD"
description: "<Your project description here>"
notification_email: gilles@poolp.org
- build_command_prepend: "bootstrap"
- build_command: "./configure && make && make install"
+ build_command_prepend: ""
+ build_command: "bash boostrap && ./configure && make && make install"
branch_pattern: coverity_scan