diff options
author | raveit65 <[email protected]> | 2021-04-25 11:51:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:51:59 +0200 |
commit | 7ec024ad86e4b584177316fa7710dcf009a3df74 (patch) | |
tree | 2fa996f082fd4afa23aa1aab4b937b4c1ab83365 | |
parent | 2335bf9e46fe4f37cc0b162d9c37c59ae1c17925 (diff) | |
download | mate-notification-daemon-7ec024ad86e4b584177316fa7710dcf009a3df74.tar.bz2 mate-notification-daemon-7ec024ad86e4b584177316fa7710dcf009a3df74.tar.xz |
travis: disable travis builds for ubuntu
Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 06daead..3f717d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |