Sha256: c1d2f5e2fa03863e6c6c32d1f8ab7059ea0f4341f6c8de88bf8092b558c8a992

Contents?: true

Size: 769 Bytes

Versions: 5

Compression:

Stored size: 769 Bytes

Contents

sudo: required
dist: trusty
rvm:
  - 2.2.5
  - 2.3.1
cache: bundler
before_script:
  - export CHROME_BIN=/usr/bin/google-chrome
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
  - sudo apt-get update
  - sudo apt-get install -y libappindicator1 fonts-liberation
  - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  - sudo dpkg -i google-chrome*.deb
  - CHROMEDRIVER_VERSION=$(curl -s http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
  - curl -L -O "http://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip"
  - unzip chromedriver_linux64.zip
  - chmod +x chromedriver
  - sudo mv chromedriver /usr/local/bin
script: bundle exec rake $RAKE_TASK
env:
  - RAKE_TASK=features:watir

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
druid-ts-1.2.5 .travis.yml
druid-ts-1.2.4 .travis.yml
druid-ts-1.2.3 .travis.yml
druid-ts-1.2.2 .travis.yml
druid-ts-1.2.1 .travis.yml