[Groonga-mysql-commit] mroonga/mroonga [master] Create directory for Travis-CI

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 11:39:33 JST 2012


Kouhei Sutou	2012-10-23 11:39:33 +0900 (Tue, 23 Oct 2012)

  New Revision: b5733c7d87204e2cb26207403ce772a366af22d2
  https://github.com/mroonga/mroonga/commit/b5733c7d87204e2cb26207403ce772a366af22d2

  Log:
    Create directory for Travis-CI
    
    tools/traivs_XXX ->
    tools/traivs/XXX

  Modified files:
    .travis.yml
  Renamed files:
    tools/travis/before_script.sh
      (from tools/travis_before_script.sh)
    tools/travis/install_mysql.sh
      (from tools/travis_install_mysql.sh)

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2012-10-22 20:33:36 +0900 (3be2726)
+++ .travis.yml    2012-10-23 11:39:33 +0900 (b1a545f)
@@ -11,9 +11,9 @@ install:
   - curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
   - curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
   - sudo apt-get -y install groonga-tokenizer-mecab
-  - tools/travis_install_mysql.sh
+  - tools/travis/install_mysql.sh
 before_script:
-  - tools/travis_before_script.sh
+  - tools/travis/before_script.sh
 script:
   - test/run-unit-test.sh
   - test/run-sql-test.sh

  Renamed: tools/travis/before_script.sh (+0 -0) 100%
===================================================================

  Renamed: tools/travis/install_mysql.sh (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



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