Sha256: 837ffcf4680d5d8048fc7e78178208551d7b9d62498c17aece41ec35ae109922

Contents?: true

Size: 887 Bytes

Versions: 1

Compression:

Stored size: 887 Bytes

Contents

sudo: false
dist: trusty
language: ruby
cache:
  - bundler
addons:
  chrome: stable
  apt:
    packages:
      - chromium-chromedriver
env:
  global:
    - CC_TEST_REPORTER_ID=10625f04e4c8c9fe7c22d49639163f1427fe16bc253aabcb316edbe43c41270b
bundler_args: --without production --jobs=3 --retry=3
before_install:
  - gem update --system
  - gem --version
install: ruby -S bundle install
before_script:
  - ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver
  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
script:
  - bin/citest
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
rvm:
  - 2.4.6
  - 2.5.5
  - 2.6.2

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.4.0 .travis.yml