null+****@clear*****
null+****@clear*****
2012年 6月 9日 (土) 19:30:57 JST
Kouhei Sutou 2012-06-09 19:30:57 +0900 (Sat, 09 Jun 2012) New Revision: 207932b0e7eae46127be6d3b1bb031b155837d3f Log: travis: remove needless "=ruby" Modified files: .travis.yml Modified: .travis.yml (+1 -1) =================================================================== --- .travis.yml 2012-06-09 19:27:28 +0900 (a334694) +++ .travis.yml 2012-06-09 19:30:57 +0900 (71c4fb8) @@ -9,6 +9,6 @@ install: - 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: - ./autogen.sh - - ./configure --with-ruby19=ruby + - ./configure --with-ruby19 script: - test/unit/run-test.sh