[Groonga-commit] nroonga/nroonga [master] Use before_install for installing groonga packages

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 9日 (土) 20:27:21 JST


Yoji SHIDARA	2012-06-09 20:27:21 +0900 (Sat, 09 Jun 2012)

  New Revision: 812f99c8a56317aac878aee27158e954c7fe1a7d

  Log:
    Use before_install for installing groonga packages

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -2)
===================================================================
--- .travis.yml    2012-05-13 00:46:27 +0900 (aec8cfe)
+++ .travis.yml    2012-06-09 20:27:21 +0900 (dabc6eb)
@@ -1,9 +1,8 @@
 language: node_js
 node_js:
  - 0.6
-install:
+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 -y --force-yes install libgroonga-dev
- - npm install




Groonga-commit メーリングリストの案内
Back to archive index