Sha256: bacb7ac3d45eec2eb3a46e1baf94831803e64a79e1a929afd245693ba98fa81c

Contents?: true

Size: 731 Bytes

Versions: 1

Compression:

Stored size: 731 Bytes

Contents

language: ruby
rvm:
  - 2.2.7
  - 2.3.5
  - 2.4.2
gemfile:
  - test/gemfiles/Gemfile.rails.5.2
branches:
  only:
    - master
addons:
  sources:
  - google-chrome
  apt:
    packages:
    - google-chrome-stable
before_script:
  - wget http://chromedriver.storage.googleapis.com/2.34/chromedriver_linux64.zip
  - unzip chromedriver_linux64.zip
  - sudo apt-get install libnss3
  - sudo apt-get --only-upgrade install google-chrome-stable
  - sudo cp chromedriver /usr/local/bin/.
  - sudo chmod +x /usr/local/bin/chromedriver
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
  - sleep 3
script:
  - bundle exec rake db:migrate
  - bundle exec rake test
  - SKIP_COV=true bundle exec rake test:system
  - bundle exec rubocop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-2.0.7 .travis.yml