Sha256: 689b3e4927a6abab64fb88ddff58c57a8e425bc2788549f05e6a4fdb5cdc242d

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 Bytes

Contents

language: ruby
rvm:
  - 2.1.2
  - jruby
  - rbx-2
gemfile:
  - test/gemfiles/sass_3_2.gemfile
  - test/gemfiles/sass_3_3.gemfile
  - test/gemfiles/sass_3_4.gemfile
  - test/gemfiles/sass_head.gemfile
before_install:
  - "npm install"
matrix:
  allow_failures:
    # rbx has issues https://github.com/rubinius/rubinius/issues/3060
    - rvm: rbx-2
    - gemfile: test/gemfiles/sass_head.gemfile
notifications:
  slack: heybb:3n88HHilXn76ji9vV4gL819Y
env:
  global:
  - VERBOSE=1
script:
  - bundle exec rake
  - sh test/*.sh

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
bootstrap-sass-backport-3.3.1.0 .travis.yml
bootstrap-sass-3.3.1.0 .travis.yml
bootstrap-sass-3.3.0.1 .travis.yml
bootstrap-sass-3.3.0.0 .travis.yml