[Groonga-commit] groonga/groonga [master] doc: use setup script for Travis

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 13 13:46:48 JST 2012


Kouhei Sutou	2012-08-13 13:46:48 +0900 (Mon, 13 Aug 2012)

  New Revision: bfcec039a0ed098f1e407f766ff34cfc786a72dc
  https://github.com/groonga/groonga/commit/bfcec039a0ed098f1e407f766ff34cfc786a72dc

  Log:
    doc: use setup script for Travis

  Modified files:
    doc/source/development/travis-ci.txt

  Modified: doc/source/development/travis-ci.txt (+1 -5)
===================================================================
--- doc/source/development/travis-ci.txt    2012-08-12 22:36:40 +0900 (1a66d43)
+++ doc/source/development/travis-ci.txt    2012-08-13 13:46:48 +0900 (7120f71)
@@ -33,11 +33,7 @@ by Travis CI such as Ruby. You should use ``install`` otherwise.
 Add the following ``before_install`` configuration to ``.travisyml``::
 
   before_install:
-    - echo "deb http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee /etc/apt/sources.list.d/groonga.list
-    - sudo apt-get update
-    - sudo apt-get -y --allow-unauthenticated install groonga-keyring
-    - sudo apt-get update
-    - sudo apt-get -y install libgroonga-dev
+    - curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
 
 If you need to use ``install`` hook instead of ``before_install``, you
 just substitute ``before_install:`` with ``install:``.
-------------- next part --------------
HTML����������������������������...
다운로드 



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