[Groonga-commit] groonga/packages.groonga.org at 9fb4c8a [master] Don't use Bundler! I don't like it!

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 27 19:01:11 JST 2014


Kouhei Sutou	2014-09-27 19:01:11 +0900 (Sat, 27 Sep 2014)

  New Revision: 9fb4c8a3131fc51f4cb322ed02b42fc89903bcc4
  https://github.com/groonga/packages.groonga.org/commit/9fb4c8a3131fc51f4cb322ed02b42fc89903bcc4

  Message:
    Don't use Bundler! I don't like it!

  Modified files:
    .travis.yml
    Gemfile

  Modified: .travis.yml (+7 -1)
===================================================================
--- .travis.yml    2014-09-27 18:56:52 +0900 (4f89b92)
+++ .travis.yml    2014-09-27 19:01:11 +0900 (a62d7a7)
@@ -1,5 +1,11 @@
 notifications:
   recipients:
     - groonga-commit �� lists.sourceforge.jp
+rvm:
+  - system
 before_install:
-  - sudo apt-get install -qq -y -V vagrant ansible
+  - sudo apt-get install -qq -y -V vagrant ansible ruby1.9.1-full
+before_script:
+  - sudo gem1.9.1 install serverspec
+script:
+  - ruby1.9.1 -S rake

  Modified: Gemfile (+0 -3)
===================================================================
--- Gemfile    2014-09-27 18:56:52 +0900 (cb81f80)
+++ Gemfile    2014-09-27 19:01:11 +0900 (951b30d)
@@ -2,6 +2,3 @@ source "https://rubygems.org/"
 
 gem "rake"
 gem "serverspec"
-
-# For Vagrant :<
-gem "log4r"
-------------- next part --------------
HTML����������������������������...
Download 



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