[milter-manager-commit] milter-manager/milter-manager at b390362 [master] travis: use matrix.include

Back to archive index
Sutou Kouhei null+****@clear*****
Mon Sep 9 09:51:44 JST 2019


Sutou Kouhei	2019-09-09 09:51:44 +0900 (Mon, 09 Sep 2019)

  Revision: b390362f39c5facf5c27a1c2e97cd861622b0a19
  https://github.com/milter-manager/milter-manager/commit/b390362f39c5facf5c27a1c2e97cd861622b0a19

  Message:
    travis: use matrix.include

  Modified files:
    .travis.yml

  Modified: .travis.yml (+14 -8)
===================================================================
--- .travis.yml    2019-09-09 09:49:33 +0900 (ba7cb2d2)
+++ .travis.yml    2019-09-09 09:51:44 +0900 (91b822a3)
@@ -12,20 +12,26 @@ addons:
 services:
   - docker
 
-env:
-  matrix:
+matrix:
+  include:
     - name: Ubuntu 16.04
-      TARGET_DISTRIBUTION: ubuntu-xenial
+      env:
+        TARGET_DISTRIBUTION: ubuntu-xenial
     - name: Ubuntu 18.04
-      TARGET_DISTRIBUTION: ubuntu-bionic
+      env:
+        TARGET_DISTRIBUTION: ubuntu-bionic
     - name: Debian GNU/Linux stretch
-      TARGET_DISTRIBUTION: debian-stretch
+      env:
+        TARGET_DISTRIBUTION: debian-stretch
     - name: Debian GNU/Linux buster
-      TARGET_DISTRIBUTION: debian-buster
+      env:
+        TARGET_DISTRIBUTION: debian-buster
     - name: Debian GNU/Linux sid
-      TARGET_DISTRIBUTION: debian-sid
+      env:
+        TARGET_DISTRIBUTION: debian-sid
     - name: CentOS 7
-      TARGET_DISTRIBUTION: centos7
+      env:
+        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/dc59353e/attachment-0001.html>


More information about the milter-manager-commit mailing list
Back to archive index