[Groonga-commit] pgroonga/pgroonga at d71ed93 [master] travis: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 12 23:59:26 JST 2017


Kouhei Sutou	2017-08-12 23:59:26 +0900 (Sat, 12 Aug 2017)

  New Revision: d71ed939f0682353a54c2045cf1dcdccab58eb99
  https://github.com/pgroonga/pgroonga/commit/d71ed939f0682353a54c2045cf1dcdccab58eb99

  Message:
    travis: fix syntax error

  Modified files:
    .travis.yml

  Modified: .travis.yml (+5 -5)
===================================================================
--- .travis.yml    2017-08-12 23:49:42 +0900 (4ccde14)
+++ .travis.yml    2017-08-12 23:59:26 +0900 (6fe62b4)
@@ -58,11 +58,11 @@ script:
     esac
   - sudo -u postgres -H mkdir -p /tmp/space
   - |
-     (for i in $(seq 120)
-      do
-        sleep 1
-        df -h | grep ramfs
-      done) &
+    (for i in $(seq 120)
+     do
+       sleep 1
+       df -h | grep ramfs
+     done) &
     PG_REGRESS_DIFF_OPTS="-u" \
       make installcheck \
         TMP_DIR=/tmp \
-------------- next part --------------
HTML����������������������������...
Télécharger 



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