mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-15 07:46:09 +02:00
16 lines
327 B
YAML
16 lines
327 B
YAML
machine:
|
|
environment:
|
|
SPEC_OPTS: "-f d --color"
|
|
ruby:
|
|
version: 2.1.3
|
|
|
|
checkout:
|
|
post:
|
|
- mkdir -p tmp
|
|
- sync
|
|
|
|
dependencies:
|
|
pre:
|
|
- 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
|