diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-01 13:34:45 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-01 13:34:45 +0100 |
commit | 67324d2f95365fc4e19beec19e191c99c3d75ab4 (patch) | |
tree | 8bc70443e0e1cc8a77078fe03cef5f465b2b45da | |
parent | 521d2bd07c38b805867cd98ed3b56ae96a9cfb2a (diff) | |
download | ayatana-ido-67324d2f95365fc4e19beec19e191c99c3d75ab4.tar.gz ayatana-ido-67324d2f95365fc4e19beec19e191c99c3d75ab4.tar.bz2 ayatana-ido-67324d2f95365fc4e19beec19e191c99c3d75ab4.zip |
.travis.yml: Name Ubuntu version in CI job names.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 07e1798..963ffea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ jobs: # env: # - MATRIX_EVAL="CC=gcc && CXX=g++" # - - name: "GCC 7.4" + - name: "GCC 7.4 / Ubuntu bionic" dist: bionic addons: apt: @@ -72,7 +72,7 @@ jobs: # env: # - MATRIX_EVAL="CC=clang-3.9 && CXX=clang++-3.9" # - - name: "Clang 9.x" + - name: "Clang 9.x / Ubuntu bionic" dist: bionic addons: apt: |