diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-02-13 07:40:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 07:40:34 +0100 |
commit | 1b903bbecaa6888ca925c69b05d704058a9bc99f (patch) | |
tree | 6e354a2ff8c71d954b90ac1f872ff85a22fbd2ab /.travis.yml | |
parent | Create .travis.yml (diff) | |
download | AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar.gz AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar.bz2 AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar.lz AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar.xz AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.tar.zst AltCraft-1b903bbecaa6888ca925c69b05d704058a9bc99f.zip |
Diffstat (limited to '')
-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 |