aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-03-22 18:55:51 +0000
committerWerner Koch <[email protected]>2018-03-22 18:55:51 +0000
commit1bf46d047c60d3dc2cb21f0b321f7299b1611580 (patch)
tree5b8044396d3dd07b80891911e3b2aee019987e94
parentbuild: Add option --git-build to autogen.sh (diff)
downloadlibgpg-error-1bf46d047c60d3dc2cb21f0b321f7299b1611580.tar.gz
libgpg-error-1bf46d047c60d3dc2cb21f0b321f7299b1611580.zip
build: Update travis configuration.
--
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 08bba01..b009106 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
{
"language": "c",
"compiler": "gcc",
+ "script": "./autogen.sh --git-build",
"os": "linux",
"group": "stable",
"dist": "trusty"