diff options
author | Werner Koch <[email protected]> | 2018-03-22 18:55:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-22 18:55:51 +0000 |
commit | 1bf46d047c60d3dc2cb21f0b321f7299b1611580 (patch) | |
tree | 5b8044396d3dd07b80891911e3b2aee019987e94 | |
parent | build: Add option --git-build to autogen.sh (diff) | |
download | libgpg-error-1bf46d047c60d3dc2cb21f0b321f7299b1611580.tar.gz libgpg-error-1bf46d047c60d3dc2cb21f0b321f7299b1611580.zip |
build: Update travis configuration.
--
-rw-r--r-- | .travis.yml | 1 |
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" |