diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 723d622..43c74dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,10 @@ addons: matrix: include: - - name: "Debug build" - env: BUILD_TYPE=Debug - - name: "Release build" - env: BUILD_TYPE=RelWithDebInfo + - name: "Debug build" + env: BUILD_TYPE=Debug + - name: "Release build" + env: BUILD_TYPE=RelWithDebInfo script: - mkdir build |