Sha256: 9641b22705d7ba5f8740cd7de3f0a28e512424fe27cf48be54f9134fb52bdc02

Contents?: true

Size: 812 Bytes

Versions: 7

Compression:

Stored size: 812 Bytes

Contents

language: ruby
cache:
  bundler: true
  directories:
    - bower_components
sudo: false
rvm:
  - 2.3.0
before_script:
  - npm install bower
  - bundle exec rake compile
  - bundle exec rake serve > /dev/null 2>&1 &
  - export PID=$!
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
  - sleep 5 # give xvfb some time to start
script:
  - bundle exec rake spec
after_failure:
  - bundle exec rake upload
after_script:
  - kill -2 $PID
  - sleep 2
env:
  matrix:
    - "BROWSER=firefox TOLERANCE=0.000001"
    - "BROWSER=firefox TOLERANCE=0.000000"
matrix:
  fast_finish: true
  allow_failures:
    - env: BROWSER=firefox TOLERANCE=0.000000
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/1184f6f283ba9823f662
    on_success: change
    on_failure: always
    on_start: never

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
patternfly-sass-3.15.0 .travis.yml
patternfly-sass-3.14.0 .travis.yml
patternfly-sass-3.13.0 .travis.yml
patternfly-sass-3.12.0 .travis.yml
patternfly-sass-3.11.0 .travis.yml
patternfly-sass-3.10.0 .travis.yml
patternfly-sass-3.9.0 .travis.yml