Merge pull request #188 from fluent/circle_ci_ruby_2_1_3

Use ruby2.1.3 in CircleCI (for v0.4.0)
This commit is contained in:
yoshihara 2015-04-15 14:58:54 +09:00
commit 84f7010aa1

View File

@ -1,6 +1,8 @@
machine: machine:
environment: environment:
SPEC_OPTS: "-f d --color" SPEC_OPTS: "-f d --color"
ruby:
version: 2.1.3
checkout: checkout:
post: post:
@ -9,5 +11,5 @@ checkout:
dependencies: dependencies:
pre: pre:
- wget http://packages.treasuredata.com.s3.amazonaws.com/2/ubuntu/precise/pool/contrib/t/td-agent/td-agent_2.1.3-0_amd64.deb - wget http://packages.treasuredata.com.s3.amazonaws.com/2/ubuntu/precise/pool/contrib/t/td-agent/td-agent_2.2.0-0_amd64.deb
- sudo dpkg -i td-agent_2.1.3-0_amd64.deb - sudo dpkg -i td-agent_2.2.0-0_amd64.deb