Sha256: 91d1ea5024dc3aaaf5904da801c44386794c6a6288eba6530fc46ac10c7a2045

Contents?: true

Size: 591 Bytes

Versions: 11

Compression:

Stored size: 591 Bytes

Contents

language: ruby
cache:
  bundler: true
  directories:
    - bower_components
sudo: false
rvm:
  - 2.0.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

11 entries across 11 versions & 1 rubygems

Version Path
patternfly-sass-2.10.1 .travis.yml
patternfly-sass-2.10.0 .travis.yml
patternfly-sass-2.9.0 .travis.yml
patternfly-sass-2.8.0 .travis.yml
patternfly-sass-2.7.0 .travis.yml
patternfly-sass-2.6.0 .travis.yml
patternfly-sass-2.5.0 .travis.yml
patternfly-sass-2.4.0 .travis.yml
patternfly-sass-2.3.0 .travis.yml
patternfly-sass-2.2.0 .travis.yml
patternfly-sass-2.1.0 .travis.yml