[Groonga-mysql-commit] mroonga/mroonga [master] travis: use Cutter setup script

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 16:36:25 JST 2012


Kouhei Sutou	2012-08-12 16:36:25 +0900 (Sun, 12 Aug 2012)

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

  Log:
    travis: use Cutter setup script

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -5)
===================================================================
--- .travis.yml    2012-08-12 16:33:30 +0900 (112aef4)
+++ .travis.yml    2012-08-12 16:36:25 +0900 (ec4f5fe)
@@ -9,11 +9,8 @@ env:
   - MARIADB_VERSION=5.5.25
 install:
   - curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
-  - echo "deb-src http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee --append /etc/apt/sources.list.d/groonga.list
-  - echo "deb http://downloads.sourceforge.net/project/cutter/ubuntu/ $(lsb_release --short --codename) main" | sudo tee /etc/apt/sources.list.d/cutter.list
-  - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C837F31
-  - sudo apt-get update
-  - sudo apt-get -y install groonga-tokenizer-mecab cutter-testing-framework
+  - curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
+  - sudo apt-get -y install groonga-tokenizer-mecab
 before_script:
   - tools/travis_before_script.sh
 script:
-------------- next part --------------
HTML����������������������������...
下載 



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