aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-13 02:51:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-13 02:51:10 +0300
commit4377ce9521bc7656d5d7a43c56fc9f9f1e39146c (patch)
tree65dd5b5dc886b324b3ef6620872796dbd63307b4
parentMakefile: better curl usage (diff)
downloadmath-server-4377ce9521bc7656d5d7a43c56fc9f9f1e39146c.tar.gz
math-server-4377ce9521bc7656d5d7a43c56fc9f9f1e39146c.zip
Travis: lint the config
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 98181d7..658d912 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,8 @@ addons:
env:
jobs:
+ #- configuration=Debug platform=x86
+ #- configuration=Release platform=x86
- configuration=Debug platform=x64
- configuration=Release platform=x64
@@ -31,7 +33,7 @@ jobs:
fast_finish: true
_clear: &clear
- language: shell
+ language: minimal
addons: {apt: {packages: []}}
script: []