Sha256: c211f94136a563d997d54bc40804faf69a401209a7ce235113753da5aa1c3aca

Contents?: true

Size: 591 Bytes

Versions: 1

Compression:

Stored size: 591 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:
    - "TOLERANCE=0.01"
    - "TOLERANCE=0.00"
matrix:
  fast_finish: true
  allow_failures:
    - env: TOLERANCE=0.00

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patternfly-sass-3.0.0 .travis.yml