[Groonga-mysql-commit] mroonga/mroonga [master] travis: move all commands in install section to shell script

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 11:49:04 JST 2012


Kouhei Sutou	2012-10-23 11:49:04 +0900 (Tue, 23 Oct 2012)

  New Revision: 0f516f0a76a15d8f726ac4ad57a9d4eee67dd2d9
  https://github.com/mroonga/mroonga/commit/0f516f0a76a15d8f726ac4ad57a9d4eee67dd2d9

  Log:
    travis: move all commands in install section to shell script

  Modified files:
    .travis.yml
  Renamed files:
    tools/travis/install.sh
      (from tools/travis/install_mysql.sh)

  Modified: .travis.yml (+1 -4)
===================================================================
--- .travis.yml    2012-10-23 11:39:33 +0900 (b1a545f)
+++ .travis.yml    2012-10-23 11:49:04 +0900 (f277c18)
@@ -8,10 +8,7 @@ env:
   - MYSQL_VERSION=5.5.27
   - MARIADB_VERSION=5.5.25
 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.sh
 before_script:
   - tools/travis/before_script.sh
 script:

  Renamed: tools/travis/install.sh (+4 -0) 85%
===================================================================
--- tools/travis/install_mysql.sh    2012-10-23 11:39:33 +0900 (9f21332)
+++ tools/travis/install.sh    2012-10-23 11:49:04 +0900 (6b349d4)
@@ -3,6 +3,10 @@
 set -x
 set -e
 
+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
+
 mkdir -p vendor
 cd vendor
 if [ "$MYSQL_VERSION" = "system" ]; then
-------------- next part --------------
HTML����������������������������...
Download 



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