diff options
author | raveit65 <[email protected]> | 2021-09-11 13:46:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-11 13:46:26 +0200 |
commit | 02d77f0fc8110f20f9e3d9712ecb644a38197542 (patch) | |
tree | 4671b21016ef5491db50616c89d47a0a2cf4461c | |
parent | c6b2e23d42e6c15cf285c8b8b5f5d5637e25c1c1 (diff) | |
download | mate-desktop-02d77f0fc8110f20f9e3d9712ecb644a38197542.tar.bz2 mate-desktop-02d77f0fc8110f20f9e3d9712ecb644a38197542.tar.xz |
travis.yml: fix building
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1ce8ad1..2a2cc5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ branches: before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - - chmod +x docker-build gen-index + - chmod +x docker-build gen install: - pip3 install PyGithub |