diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2019-09-02 21:30:40 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2019-09-02 21:48:40 +0200 |
commit | c7d639115bfea8ce596dec95ba6756aa99ac6831 (patch) | |
tree | e63067e82dcf49a53e133bae7eea08628d014584 /.travis.sh | |
parent | 50f63ae089f53718467822389a4d326f3af2e8a0 (diff) | |
download | libexpat-git-c7d639115bfea8ce596dec95ba6756aa99ac6831.tar.gz |
Travis CI: Adapt to qa.sh's move from GNU Autotools to CMake
Diffstat (limited to '.travis.sh')
-rwxr-xr-x | .travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,5 +62,5 @@ elif [[ ${MODE} = clang-format ]]; then ./apply-clang-format.sh git diff --exit-code else - ./qa.sh ${CONFIGURE_ARGS} + ./qa.sh ${CMAKE_ARGS} fi |