diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 02:51:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 02:51:10 +0300 |
commit | 4377ce9521bc7656d5d7a43c56fc9f9f1e39146c (patch) | |
tree | 65dd5b5dc886b324b3ef6620872796dbd63307b4 | |
parent | Makefile: better curl usage (diff) | |
download | math-server-4377ce9521bc7656d5d7a43c56fc9f9f1e39146c.tar.gz math-server-4377ce9521bc7656d5d7a43c56fc9f9f1e39146c.zip |
Travis: lint the config
-rw-r--r-- | .travis.yml | 4 |
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: [] |