Sutou Kouhei 2019-09-09 09:49:33 +0900 (Mon, 09 Sep 2019) Revision: 3613e47127c34ed553d97c55f49ec6d229650c0e https://github.com/milter-manager/milter-manager/commit/3613e47127c34ed553d97c55f49ec6d229650c0e Message: travis: name jobs Modified files: .travis.yml Modified: .travis.yml (+12 -6) =================================================================== --- .travis.yml 2019-09-06 18:28:36 +0900 (e2fa558f) +++ .travis.yml 2019-09-09 09:49:33 +0900 (ba7cb2d2) @@ -14,12 +14,18 @@ services: env: matrix: - - TARGET_DISTRIBUTION=ubuntu-xenial - - TARGET_DISTRIBUTION=ubuntu-bionic - - TARGET_DISTRIBUTION=debian-stretch - - TARGET_DISTRIBUTION=debian-buster - - TARGET_DISTRIBUTION=debian-sid - - TARGET_DISTRIBUTION=centos7 + - name: Ubuntu 16.04 + TARGET_DISTRIBUTION: ubuntu-xenial + - name: Ubuntu 18.04 + TARGET_DISTRIBUTION: ubuntu-bionic + - name: Debian GNU/Linux stretch + TARGET_DISTRIBUTION: debian-stretch + - name: Debian GNU/Linux buster + TARGET_DISTRIBUTION: debian-buster + - name: Debian GNU/Linux sid + TARGET_DISTRIBUTION: debian-sid + - name: CentOS 7 + TARGET_DISTRIBUTION: centos7 before_script: - docker-compose build ${TARGET_DISTRIBUTION} -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20190909/49833691/attachment.html>