aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-08-31 16:44:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-08-31 16:44:05 +0300
commit701a53851a0181a1297662cced00f1c3364d2791 (patch)
treefe1c6a6297cadfc86d29a3ab1ed0809f3fb926f0 /.travis.yml
parentTravis: switch to Focal (diff)
downloadcmake-common-701a53851a0181a1297662cced00f1c3364d2791.tar.gz
cmake-common-701a53851a0181a1297662cced00f1c3364d2791.zip
Travis: apt: remove the update field
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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