diff options
author | Colomban Wendling <[email protected]> | 2025-05-14 19:40:32 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2025-05-14 19:40:32 +0200 |
commit | 6024a25a996362df5f506d6abfdcfe4f1080eb2c (patch) | |
tree | 4093b528c872a16635c6fa2416d2ab65932b4d3b | |
parent | 36a54b467bc89e464695664b001b1a01d51ffaf6 (diff) | |
download | mate-control-center-travismaybefix.tar.bz2 mate-control-center-travismaybefix.tar.xz |
Revert "maybe that helps?"travismaybefix
This reverts commit 4bf11067b3955ed6488616783d0b685d3ae41f89.
Doesn't help, and wastes time.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4c03f710..11766006 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: install: - sudo pip3 install --upgrade pip - sudo pip3 install PyGithub - - travis_wait ./docker-build --name ${DISTRO} --config .build.yml --install + - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts |