From bfdce0cb6a7b6d9a956e074ad0c07e8435bcd654 Mon Sep 17 00:00:00 2001 From: yoshihara Date: Wed, 15 Apr 2015 14:29:30 +0900 Subject: [PATCH 1/2] Use ruby 2.1.3 in CircleCI --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 546c0fa..bb0b4fa 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,8 @@ machine: environment: SPEC_OPTS: "-f d --color" + ruby: + version: 2.1.3 checkout: post: From dfe7a47b2f6c10de2add5841ff1ec5b2c65e93ac Mon Sep 17 00:00:00 2001 From: yoshihara Date: Wed, 15 Apr 2015 14:46:00 +0900 Subject: [PATCH 2/2] Use the latest td-agent (2.2.0) --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index bb0b4fa..cf4a316 100644 --- a/circle.yml +++ b/circle.yml @@ -11,5 +11,5 @@ checkout: dependencies: 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 - - sudo dpkg -i 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.2.0-0_amd64.deb