diff options
author | raveit65 <[email protected]> | 2021-04-25 13:43:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-25 13:43:26 +0200 |
commit | 6a687f27f19613dbc68e3352b079b024d19e9815 (patch) | |
tree | 665c6b974aa5f226ef22d508c283ec3e26f9089f | |
parent | f56f8cd63d330e576aeabd09a0600a8da2e02392 (diff) | |
download | mate-session-manager-6a687f27f19613dbc68e3352b079b024d19e9815.tar.bz2 mate-session-manager-6a687f27f19613dbc68e3352b079b024d19e9815.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 26510d5..fa63ff3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:rolling" +# - DISTRO="ubuntu:rolling" |