diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 16:44:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 16:44:05 +0300 |
commit | 701a53851a0181a1297662cced00f1c3364d2791 (patch) | |
tree | fe1c6a6297cadfc86d29a3ab1ed0809f3fb926f0 | |
parent | Travis: switch to Focal (diff) | |
download | cmake-common-701a53851a0181a1297662cced00f1c3364d2791.tar.gz cmake-common-701a53851a0181a1297662cced00f1c3364d2791.zip |
Travis: apt: remove the update field
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4a2279c..d9d4f64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ dist: focal addons: apt: - update: true packages: - g++-multilib @@ -14,7 +13,6 @@ jobs: language: shell addons: apt: - update: true packages: - clang-format-9 script: ./tools/clang-format.py --clang-format clang-format-9 |