[前][次][番号順一覧][スレッド一覧]

ruby-changes:52950

From: shyouhei <ko1@a...>
Date: Fri, 19 Oct 2018 16:32:32 +0900 (JST)
Subject: [ruby-changes:52950] shyouhei:r65164 (trunk): .travis.yml: name each builds [ci-skip]

shyouhei	2018-10-19 16:32:28 +0900 (Fri, 19 Oct 2018)

  New Revision: 65164

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65164

  Log:
    .travis.yml: name each builds [ci-skip]
    
    Just cosmetic update.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65163)
+++ .travis.yml	(revision 65164)
@@ -52,16 +52,19 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L52
 
 matrix:
   include:
-    - os: linux
+    - name: x86_64-linux --with-jemalloc
+      os: linux
       compiler: gcc
       env:
         - "CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'"
         - "JOBS=-j`nproc`"
-    - os: linux
+    - name: x86_64-linux
+      os: linux
       compiler: gcc-8
       env:
         - "JOBS=-j`nproc`"
-    - os: osx
+    - name: x86_64-darwin17
+      os: osx
       compiler: clang
       # We are not going to make rdoc here; that is to be done above.
       env:
@@ -75,17 +78,20 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L78
         - git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
         - HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1...
         - /usr/local/opt/openssl@1.../bin/openssl version
-    # - os: osx
+    # - name: uinversal.i386-darwin17
+    #   os: osx
     #   compiler: clang
     #   env:
     #     - "CONFIG_FLAG='--with-arch=i386 --disable-install-doc'"
     #     - "JOBS=\"-j`sysctl -n hw.activecpu`\""
-    # - os: osx
+    # - name: uinversal.x86_64h-darwin17
+    #   os: osx
     #   compiler: clang
     #   env:
     #     - "CONFIG_FLAG='--with-arch=x86_64h --disable-install-doc'"
     #     - "JOBS=\"-j`sysctl -n hw.activecpu`\""
-    - os: linux
+    - name: i686-linux
+      os: linux
       sudo: required
       compiler: "'gcc-8 -m32'"
       env:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]