diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 904949d5fa..348b8e5798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: cpp dist: xenial stages: - - check - build env: @@ -21,7 +20,7 @@ cache: matrix: include: - name: Static checks (clang-format) + Documentation checks - stage: check + stage: build env: STATIC_CHECKS=yes os: linux compiler: gcc |