summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-05 12:49:07 +0100
committerGitHub <noreply@github.com>2020-02-11 12:05:24 +0100
commit7f430b03a70e70ba9f63c192beb2f31dd884f907 (patch)
tree281fe803d2da04ee13d940bdbe692ee5bdcce8b0 /.travis.yml
parentb509c814fcf91dbd4a9c19a307882dc26dec13e3 (diff)
parentfff4240bb43a9e5680017087def8b884a23ff657 (diff)
Merge pull request #33359 from akien-mga/vulkan
Fix code formatting issues and VS compilation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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