Sha256: 55d205fba7e3028ff7da9f849ac290ed36474d9bc4ab25e7abbe7d3e28de5a98

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

sudo: required
addons:
  - chrome: stable

env:
  global:
    DISPLAY: ":99.0"

rvm:
  - 2.5.1
  - 2.4.4
  - 2.3.7
  - 2.2.10

before_install:
  - google-chrome-stable --version
  - wget http://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip
  - unzip chromedriver_linux64.zip
  - sudo mv chromedriver /usr/local/bin/chromedriver

install:
  - bundle -v
  - gem i bundler
  - sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh'
  - bin/setup

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluentd-ui-1.0.0.alpha.3 .travis.yml
fluentd-ui-1.0.0.alpha.2 .travis.yml
fluentd-ui-1.0.0.alpha.1 .travis.yml