Sha256: 2cf71edac5b887f64673c6b7e85a29ba38cabd3c6f73e2ec44019e931e158f81

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.1
  - 2.2.4
before_install:
  - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
  - "export DISPLAY=:99.0"
  - "export JASMINE_BROWSER=firefox"
before_script:
 - "cd test/dummy && bundle exec rake db:migrate RAILS_ENV=test && cd ../.."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 .travis.yml
bootbox_crud-0.2.0 .travis.yml
bootbox_crud-0.1.1.7 .travis.yml