Navigation Menu

Skip to content

Commit

Permalink
travis: move "rvm use" to .travis.yml
Browse files Browse the repository at this point in the history
Because tools/travis-before-script.sh isn't run on login shell.
  • Loading branch information
kou committed Aug 12, 2012
1 parent 3904185 commit 05c97ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tools/travis-before-script.sh
Expand Up @@ -3,8 +3,6 @@
set -e
set -x

rvm use 1.9.3

./autogen.sh

configure_args=""
Expand Down

0 comments on commit 05c97ec

Please sign in to comment.