diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
commit | d813ce96ef7e3694da971839b6ce52741d868a07 (patch) | |
tree | c35a8b50ce4b43e83cb2d41b931ceace6a090dbd /.travis.yml | |
parent | 6d1a75ee0a2ef609dd7dd3b01de6ff5a645af928 (diff) | |
parent | 53da992529dc672f273c8949d738afa87863aec4 (diff) | |
download | ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.gz ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.bz2 ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.zip |
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #28: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/28
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 95567325..73bc55b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # vim: set ts=2 sts=2 sw=2 expandtab : -dist: bionic +dist: focal language: shell os: linux |