[Groonga-commit] groonga/groonga [master] travis: move "rvm use" to .travis.yml

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 12:07:08 JST 2012


Kouhei Sutou	2012-08-12 12:07:08 +0900 (Sun, 12 Aug 2012)

  New Revision: 05c97ecb0bc096f10599b551fcdccf1d353e3436
  https://github.com/groonga/groonga/commit/05c97ecb0bc096f10599b551fcdccf1d353e3436

  Log:
    travis: move "rvm use" to .travis.yml
    
    Because tools/travis-before-script.sh isn't run on login shell.

  Modified files:
    .travis.yml
    tools/travis-before-script.sh

  Modified: .travis.yml (+1 -0)
===================================================================
--- .travis.yml    2012-08-12 12:03:32 +0900 (030a9e8)
+++ .travis.yml    2012-08-12 12:07:08 +0900 (8520ee6)
@@ -11,6 +11,7 @@ install:
   - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C837F31
   - sudo apt-get install -y autotools-dev zlib1g-dev liblzo2-dev libmsgpack-dev libevent-dev libmecab-dev mecab-naist-jdic cutter-testing-framework
 before_script:
+  - rvm use 1.9.3
   - tools/travis-before-script.sh
 script:
   - NO_RUBY=yes test/unit/run-test.sh

  Modified: tools/travis-before-script.sh (+0 -2)
===================================================================
--- tools/travis-before-script.sh    2012-08-12 12:03:32 +0900 (68fb672)
+++ tools/travis-before-script.sh    2012-08-12 12:07:08 +0900 (f44fa22)
@@ -3,8 +3,6 @@
 set -e
 set -x
 
-rvm use 1.9.3
-
 ./autogen.sh
 
 configure_args=""
-------------- next part --------------
HTML����������������������������...
Download 



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