[Groonga-commit] ranguba/groonga-client-model at c88932c [master] travis: run Groonga server for each test

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 20 16:45:46 JST 2016


Kouhei Sutou	2016-12-20 16:45:46 +0900 (Tue, 20 Dec 2016)

  New Revision: c88932c4b5062c034a8cdd6ce3b938eafec9d2b4
  https://github.com/ranguba/groonga-client-model/commit/c88932c4b5062c034a8cdd6ce3b938eafec9d2b4

  Message:
    travis: run Groonga server for each test

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -3)
===================================================================
--- .travis.yml    2016-12-20 16:44:37 +0900 (725b9da)
+++ .travis.yml    2016-12-20 16:45:46 +0900 (510ca55)
@@ -7,9 +7,8 @@ rvm:
   - 2.3.3
 before_install:
   - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
-  - sudo apt-get -qq -y install groonga-bin groonga-httpd groonga-tokenizer-mecab
+  - sudo apt-get -qq -y install groonga-bin
   - gem update bundler
-  - git clone --depth 1 https://github.com/ranguba/groonga-client.git ../groonga-client
 install:
   - bundle install --jobs=3 --retry=3
   - |
@@ -24,5 +23,5 @@ script:
     for test_app in ${PWD}/test/apps/*
     do
       (cd ${test_app} && \
-        BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails groonga:schema:load test)
+        BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)
     done
-------------- next part --------------
HTML����������������������������...
다운로드 



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