Sha256: 0393d78da848d4305ab02c90cf2670a81b465813ac89c3feb3bcbad5a00f9a76

Contents?: true

Size: 760 Bytes

Versions: 6

Compression:

Stored size: 760 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.000001"
    - "TOLERANCE=0.000000"
matrix:
  fast_finish: true
  allow_failures:
    - env: TOLERANCE=0.00
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/1184f6f283ba9823f662
    on_success: change
    on_failure: always
    on_start: never

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
patternfly-sass-3.6.0 .travis.yml
patternfly-sass-3.5.1 .travis.yml
patternfly-sass-3.5.0 .travis.yml
patternfly-sass-3.4.0 .travis.yml
patternfly-sass-3.3.6 .travis.yml
patternfly-sass-3.3.6.pre.alpha .travis.yml