diff options
author | raveit65 <[email protected]> | 2020-06-27 14:34:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 14:37:53 +0200 |
commit | 2b4413e3d62ee437a4b596104db47e24bb7c1138 (patch) | |
tree | f4f758a9f146c82d412f1c5bac54bf3d902f1756 | |
parent | 748da49fdd08f8617f4792892b69def4a4125e5c (diff) | |
download | mate-screensaver-2b4413e3d62ee437a4b596104db47e24bb7c1138.tar.bz2 mate-screensaver-2b4413e3d62ee437a4b596104db47e24bb7c1138.tar.xz |
CI: fix typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1667b2c..5cb7d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: apt: packages: - python3-pip - - python3-setuptool + - python3-setuptools before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build |