[Groonga-commit] ranguba/rroonga at 5fd9b9f [master] travis: fix indent

Back to archive index
Kouhei Sutou null+****@clear*****
Thu Apr 25 11:59:54 JST 2019


Kouhei Sutou	2019-04-25 11:59:54 +0900 (Thu, 25 Apr 2019)

  Revision: 5fd9b9fd0ee6d3431f992a15c53c34f0d42279e0
  https://github.com/ranguba/rroonga/commit/5fd9b9fd0ee6d3431f992a15c53c34f0d42279e0

  Message:
    travis: fix indent

  Modified files:
    .travis.yml

  Modified: .travis.yml (+10 -10)
===================================================================
--- .travis.yml    2019-04-25 11:58:43 +0900 (ec734cee)
+++ .travis.yml    2019-04-25 11:59:54 +0900 (7f99b851)
@@ -6,16 +6,16 @@ notifications:
 #   - GROONGA_MASTER=yes
 matrix:
   include:
-  - name: "Ruby 2.4"
-    rvm: 2.4
-  - name: "Ruby 2.5"
-    rvm: 2.5
-  - name: "Ruby 2.6"
-    rvm: 2.6
-  - name: "Auto Groonga build"
-    rvm: 2.6
-    env:
-      - INSTALL_GROONGA=no
+    - name: "Ruby 2.4"
+      rvm: 2.4
+    - name: "Ruby 2.5"
+      rvm: 2.5
+    - name: "Ruby 2.6"
+      rvm: 2.6
+    - name: "Auto Groonga build"
+      rvm: 2.6
+      env:
+        - INSTALL_GROONGA=no
 before_install:
   - |
     if [ "${INSTALL_GROONGA}" != "no" ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190425/ae21dab4/attachment.html>


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