diff options
author | raveit65 <[email protected]> | 2021-04-25 11:51:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 11:53:13 +0200 |
commit | 1c078266aeef70d30c1e5570ab2f29cb00224ae6 (patch) | |
tree | 85e13add805ce2a3229c5c897cd3d0fbf12cb4b5 | |
parent | 4cd04e029301292e60e7f3e6e085f492d8bbdff0 (diff) | |
download | mate-notification-daemon-1c078266aeef70d30c1e5570ab2f29cb00224ae6.tar.bz2 mate-notification-daemon-1c078266aeef70d30c1e5570ab2f29cb00224ae6.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 2135c32..c1f90a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |